Open
Description
Togglebuttons do not follow WAI-ARIA toolbar keyboard navigation principles.
- The issue is present in the latest release.
- I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
Navigation works only via (Shift +) TAB key.
https://material-ui.com/components/toggle-button/
Expected Behavior 🤔
Navigation should be possible with arrow keys, home, end ...
See https://www.w3.org/TR/wai-aria-practices/examples/toolbar/toolbar.html