Hi,
in my application I have some DB model, created automaticaly by entity frawework,
there are integer fields instead of boolean to store true (1) and false (0).
If I use this html helper
Html.EJ().CheckBoxFor(model=>model.usoInterno).Size(Size.Medium)
get an System.InvalidCastException
It is possible use an Integer value with CheckBox ? How ?
Thanks