I have 3 check boxes, where at least 1 have to be "true".
I can't figure out how to ensure that if 2 of the check boxes already are "false", then the last one can't be changed.
Lets say that 'chkNumber1' and 'chkNumber2' are 'false'. Then 'chkNumber3', which is 'true', should stay locked. If I then change 'chkNumber1' to 'true', then it should again be able to change 'chkNumber3' to 'false'.
Is there an easy way of doing this?
Thanks.
I can't figure out how to ensure that if 2 of the check boxes already are "false", then the last one can't be changed.
Lets say that 'chkNumber1' and 'chkNumber2' are 'false'. Then 'chkNumber3', which is 'true', should stay locked. If I then change 'chkNumber1' to 'true', then it should again be able to change 'chkNumber3' to 'false'.
Is there an easy way of doing this?
Thanks.