## Keyboard Navigation


The group of RadioButtons does not implement any keyboard navigation. Everything is handled through the default browser behavior for radio buttons.

| Shortcut | Behavior |
| -------- | -------- |
| `Up/Left` | Moves focus to previous button and selects it. If first button is focused, moves focus to the last. |
| `Down Arrow` or `Right Arrow` | Moves the focus to the next button and selects it. If the last button is focused, moves the focus to the first one. |

## Resources

[WAI-ARIA Authoring Practices: Radio Group Pattern](https://www.w3.org/WAI/ARIA/apg/patterns/radio/)
