Option sets selection

I need help with the work flow to use an option set with pictures and a display name as a list that can be selected but I don’t want to use a drop down menu, I want to use a repeating group but when the user clicks their preferred option how do I make that option a selection (they can only pick one choice)

You can set a state
When user clics on picture, set the state “show”

Text related to the image from database will be in a group that is hidden and collapsed (inside of the repeating group) and set up the conditions to be visible only when the state is “show”, when the state is not “shows” will not be visible and when the state is empty will not be visible either

When user clics on the text you can set another workflow and have it to do what you want to do