I am trying to create a checked box list to so that users can check multiple items in a list (this is being used as a filter option on a search page).
There are html helper methods for list box for, drop down list for, multi select form, etc. How do I go about creating a check box list in C#?