Web Forms Server Controls Controls You Can Use on Web Forms ASP.NET Standard Controls
The CheckBox and CheckBoxList Web server controls provide a way for users to switch between true/false, yes/no, or on/off options.
Because there are two different controls, and because they function somewhat differently, it’s important to understand their different purposes. You can refer to the following table to determine which topics pertain specifically to the control you want to work with.
NOTE: Some of the topics listed below for the CheckBoxList control do not pertain solely to that control; instead, they are topics that apply to all list Web server controls ( ListBox, DropDownList, RadioButtonList, and CheckBoxList ) .