How to allow only one checkbox to be checked in a group of checkboxes in html?

manjunatha k

New member
There are different times when I will have a group of checkboxes and need to
force only one to be checked at a time. I would also like to do this client
side and not require a postback. These checkboxes could be just a group of
check boxes across the top of a page, or could be part of a datalist or
datagrid. How do I make it so when a use clicks on one checkbox that if
another checkbox is checked, it becomes unchecked in HTML?
 
Back
Top