Hi,
I’m a Bubble newbie so please bear with me. I have a few issues that I’m stuck with.
I created my own radio buttons using icons because I don’t like the styling of the default ones.
Current situation:
- Custom state is set at the page level
- I’ve used a condition to change them from unchecked to checked and a state workflow for each option
- However when you select an option, all options are selected
- I’ve tried the following conditions - when option 2’s state or option 3 's state are not empty, show the unchecked icon for option1; when option 2’s state and option 3 's state are empty, option is clickable. I even tried addition to the workflow so ‘option 1 is clickable only when option 2’s state and option 3’s state are empty, set state to yes’
What condition and / or workflow do I need to create for just the radio button selected is checked?