We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For best accessibility and user experience, the selected Radio Group should be toggled with the arrow keys.
Arrow Keys:
Additionally:
aria-readonly
aria-checked
Reference: W3C ARIA Radio Group Example
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem or use case
For best accessibility and user experience, the selected Radio Group should be toggled with the arrow keys.
Arrow Keys:
Additionally:
aria-readonly
property.aria-checked
attribute to indicate its checked state.Reference: W3C ARIA Radio Group Example
Proposed solution
No response
Alternatives considered
No response
Additional technical context
No response
The text was updated successfully, but these errors were encountered: