Would anyone know a way to make a DropdownList
with checkbox
?
I have the following DropDownList:
@Html.DropDownListFor(model => model.CD_AFFILIATE, new SelectList(@ViewBag.list, "CD_AFFILIATE","NM_AFFILIATE"), new { @class = "ComboWidth" })
The best way would be to do with jQuery or make a custom component?