Описание тега checkboxlist

The CheckBoxList control provides a multi selection check box group that can be dynamically generated with data binding.

The CheckBoxList control provides a multi-selection check box group that can be dynamically generated with data binding. It contains an Items collection with members corresponding to individual items in the list. To determine which items are checked, iterate through the collection and test the Selected property of each item in the list.