AjaxCheckboxList

Displays a list of checkboxes with labels, has mods that modify its behaviour (
Multiselect
,
ButtonGroup
), it is declared like this:
@Html.Awe().AjaxCheckboxListFor(o => o.Meals) 
@Html.Awe().AjaxCheckboxList("Categories")
The
AjaxCheckboxList
has the same features as the
AjaxRadioList
except it display checkboxes instead of radiobuttons and can have more than one value. See AjaxRadioList for the rest of the features.



Comments
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our cookie policy and privacy policy .