
As you can see in this picture all the characters are selected but I want it differently. I want it to act as a radio button, for example when I click one character all other characters should be deselected.

As you can see in this picture all the characters are selected but I want it differently. I want it to act as a radio button, for example when I click one character all other characters should be deselected.
You can simply use a if statement to Disable or make all rest of the labels invisible as soon as any one of them is selected.