Hi guys, is there any fast way to "select" only one item of the offered few cards. I attached two cases of how I want to select only one item. I made this using component "card" and interaction click > next state. So, I want after clicking on any other card to turn off other one selected and turn on the one I clicked.


Step-1: Create stateful element with "Not selected" and "Selected States".
Step-2: Create a list of those elements depending on your need, in your case 5.
Step-3: Group them and give this group 5 states with each element as "Selected" in exactly 1 state.
Step-4: Give them an interaction and boom, you're ready!
P.S: You can even have intermediate hover/pressed state and can also play with one box as selector which plays around your interaction.
Thanks for the step by step explanation, will try soon!
Here's my very recent design.