Hi,
I am trying to have two checkboxes,
1) On page load one is set to checked and on to unchecked,
2 ) Both checkboxes have this on click logic.
If it's unchecked and clicked then check it and uncheck the other one,
else if it's checked and clicked then uncheck it and check the other one.
I have tried the above with a boolean variable.
This doesn't work... why not?
Thanks in advance.