Here Mudassar Ahmed Khan has explained with an example, how to make CheckBoxList mutually exclusive i.e. make it work similar to RadioButtonList where user can select only one item (option) from the list of items (options) and at the same time it is possible to uncheck all CheckBoxes in CheckBoxList which is not possible in the case of RadioButtonList.