System.Web.UI.WebControls Namespace
Renders a group of CheckBox controls.
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 that correspond to individual items in the list. To determine which items are checked, loop through and test the Selected property of each item in the list.
You can specify the way the list is displayed by using the RepeatLayout and RepeatDirection properties.
The CheckBoxList control provides convenient data binding capabilities. Individual CheckBox controls, though, provide greater control over layout.
For examples illustrating use of this control, see the individual member types of this class. For syntax information, see CheckBoxList in ASP.NET Syntax for Web Controls.
ListControl RadioButtonList