Bootstrap MultiSelect with Checkbox - Trigger from the ListBox itself
问题 I implemented the MultiSlect dropdown with checkboxes using the excellent plugin http://davidstutz.github.io/bootstrap-multiselect/ @Html.ListBoxFor(m => Model.DepDashTaskLists[i].BusinessRuleQuestion1Answer, new MultiSelectList(slh.GetRegistrationAnswerLookup(Model.DepDashTaskLists[i].BusinessRuleQuestion1), "Value", "Text", Model.DepDashTaskLists[i].BusinessRuleAnswers), new { multiple = "multiple", @id = "RuleQuestionListBoxAnswer", @class = "listbox", @rows = "2", @columns = "40" })