Unity UI Toggles are also the base components if we wish to implement a group of mutually-exclusive options in the style of radio buttons. We need to group related radio button UI Toggles together, so when one turns on, all the others in the group turn off.
We also need to change the visual look if we want to adhere to the usual style of radio buttons as circles, rather than the square UI Toggle default images:
To create a group of related toggles in the visual style of radio buttons, do the following to the project you just created:
- Import the UI Demo Textures ...