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
Grouped controls should be part of a fieldset: https://www.w3.org/WAI/tutorials/forms/grouping/#checkboxes
Example with fieldset and legend components set on the MUI components: https://mui.com/material-ui/react-checkbox/#formgroup
Steps:
The text was updated successfully, but these errors were encountered:
Merge pull request #337 from oasisrising/issue-336
9757ea7
fix: make checkbox groups accessible via fieldset & legend (issue #336)
No branches or pull requests
Duplicates
Latest version
Current behavior 😯
Grouped controls should be part of a fieldset:
https://www.w3.org/WAI/tutorials/forms/grouping/#checkboxes
Expected behavior 🤔
Example with fieldset and legend components set on the MUI components:
https://mui.com/material-ui/react-checkbox/#formgroup
Steps to reproduce 🕹
Steps:
The text was updated successfully, but these errors were encountered: