What is the correct way to reset the state of a group of radio buttons such that you say "this button is the active one, and all the others should now to inactive."
I also have tweens in/out (driven by OnActivate()) on the buttons, and would like them to be called correctly.
I tried iterating over the n checkboxes and calling OnActivate(true) on the one to be checked, and OnActivate(false) on all others. But this didn't seem to work correctly, in that the one I had then activated didn't then didn't reset when I clicked on a different box.
Is there a different way to handle this? I searched but couldn't find a good answer.
Thanks,
Alex