Radio Group
A radio group is a collection of Radio buttons where only one choice can be selected.
If the Radio Group is a child of an element with a role of toolbar, it's keyboard navigation behaviour will change to align with the toolbar pattern:
- When pressing Left/Right arrow keys on the first/last radio button, the focus will move to the previous/next element in the toolbar.
- Moving the focus with arrow keys will not automatically select the radio buttons.