I have a Radix switch on my page. When I toggle the switch, I want to display data in my collection accordingly (with a conditional expression). My issue is that the switch data variable is only available to the children of the switch instance, but I would like to access the current value of this variable on all components on the page. Is there a workaround I can use to achieve this?