Radio Button

So, I have a question for radio buttons:

I created like three radio buttons for one user form , is there a way to make sure that when one of the radio button is selected the other two get deselected?

I hope the question is clear but if it is not let me know.

2 Likes

I’m curious about this too. The only thing I’ve thought of is to over-design the number of radio buttons as the variant and then detach and delete instances if necessary.
:woman_shrugging:

1 Like

Hi Amy,

I found one of the prototypes where there were like 5 radio buttons and one of them is always selected. But the good point about is that just one of it is selected. The bad part is that you cannot have none of the radio buttons selected like as a default state. Let me know if this helps.

Hi Lakshya, would you mind sharing the said prototype? I would like to know too. Thanks in advance!

I guess you have to create all variations as a component variant and then switch through them in your prototype.

Like Variant one is something like this:
Variant 1: :white_circle: :white_circle: :white_circle:
Variant 2: :radio_button: :white_circle: :white_circle:
Variant 3: :white_circle: :radio_button: :white_circle:
Variant 4: :white_circle: :white_circle: :radio_button:

1 Like