Skip to main content

There should be a way to more easily support prototyping an interaction where only one item in a group can be active — such as radio groups, accordion panels, or even simple navigation bars.


Right now each of the items in the group need a boolean variable, and when one is clicked that item needs to be set as True and all of the other items need to be individually set to False.


This is approach is manageable with a group of 3 items, but its a pain in the ass for anything over 5.


Ideally, if I set one item in the Boolean Group to True, it would then set all of the other instances to False. Just like an html Radio group works.

Hey @Sean_Crowe ,

Thanks for your feedback on Variables. Do not also forget to vote up your idea!


Reply