Here Mudassar Ahmed Khan has explained with an example, how to select Single (Only One) CheckBox from CheckBoxList in ASP.Net.
By default, CheckBoxList has multiple CheckBoxes and CheckBoxes are meant for multiple selection, thus in order to make it work as Single selection i.e. similar to that of a RadioButtonList, JavaScript needs to be used to achieve the same.