You can search the forum for discussions about
radio buttons.
What is often used is a set of checkboxes.
You can also use buttons and toggle their Images to an empty radio button or a filled radio button.
Or use a Canvas and ImageSprites.
But the simplest would be to use a set of checkboxes.
When you have more than one option in a group, you need to make sure that only one is selected.
---