The CheckBoxList control is used to create a multi-selection check box group. Each selectable item in a CheckBoxList control is defined by a ListItem element.
Add "Select All" item to CheckboxList.
- When this particular item is selected, all others will be selected too.
- Unchecking any other items will uncheck "Select All" item.