Toggling a toggle button with another toggle button
Hi All,
I'm having a bit of fun with toggle buttons and was wondering if anyone can wee what I'm doing wrong.
I have two toggle buttons - Toggle A which is pressed and Toggle B which is unpressed. I want to set the experience so that when Toggle B is pressed, Toggle A is unpressed and visa versa.
So I created a binding by dragging pressed for Toggle B onto Toggle A and selecting not pressed as shown:

But when I press Toggle B, nothing happens to Toggle A. My ultimate goal is to have a number of buttons where pressing one will unpress all the others. I could achieve the result I"m after with some Java, but I'd rather do it without having to code. Am I missing something here?
Many thanks,
Allan

