Hi. Is there a way to make a checkbox behave the same way that you would create a radiobutton group? I need a series of checkboxes in which only 1 can be selected.
1 idea that comes to mind is to use the checkboxes
OnCheckedChanged
to clear any other checkboxes that could be checked.
Is that the only way?
Thanks
1 idea that comes to mind is to use the checkboxes
OnCheckedChanged
to clear any other checkboxes that could be checked.
Is that the only way?
Thanks