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)The
@Html.Awe().AjaxCheckboxList("Categories")
AjaxCheckboxListhas the same features as the
AjaxRadioListexcept it display checkboxes instead of radiobuttons and can have more than one value. See AjaxRadioList for the rest of the features.
Applies to all version
Comments