P
Patrick
Hello - I am designing a form that only allows 2 checkboxes to be checked
out of a series of checkboxes. However, checkedchanged and checkstatechanged
both act when the box is clicked on. I want only 2 boxes clicked, and if
another is selected nothing happens until one is unselected.
I tried keeping track of how many were checked then turning off all the
checkboxes, but that didn't seem right or allow changes. Also, if this could
be done easier with radiobuttons or something, hey, I'm all ears!
out of a series of checkboxes. However, checkedchanged and checkstatechanged
both act when the box is clicked on. I want only 2 boxes clicked, and if
another is selected nothing happens until one is unselected.
I tried keeping track of how many were checked then turning off all the
checkboxes, but that didn't seem right or allow changes. Also, if this could
be done easier with radiobuttons or something, hey, I'm all ears!