How do we specify the class of Html.CheckBox ?
I am trying something like this, but this doesn't work.
@Html.CheckBox("chk_", abc.IsChecked, new { @class="checkbox" })
THanks !!
How do we specify the class of Html.CheckBox ?
I am trying something like this, but this doesn't work.
@Html.CheckBox("chk_", abc.IsChecked, new { @class="checkbox" })
THanks !!