Multicheck



Multicheck is used for selecting multiple values from a list. Has the same features as the DropdownList except it can select more than one value.

Multicheck with submenu 



show code
Multicheck/Index.cshtml
@(Html.Awe().Multicheck(new MulticheckOpt
{
Name = "MealsMultiSbm",
Url = Url.Action("GetMealsTreeImg", "Data"),
Submenu = true
}.ImgItem()))



Comments