Greetings, in my asp.net mvc application I have a listbox rendered as follows:
<%= Html.ListBox("localization", (Model as SeekWeb.Models.CreateMessageViewModel).Localizations.AsEnumerable())%>
is there any way to have checkbox for each listbox item? if checkbox is checked then the appropriate listbox item is selected.