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
#59364 surfaced a use case for a disabled state on CheckboxControl.
disabled
aria-disabled
onChange
focusableWhenDisabled
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What problem does this address?
#59364 surfaced a use case for a disabled state on CheckboxControl.
What is your proposed solution?
disabled
andaria-disabled
).onChange
is bypassed correctly in thearia-disabled
case).focusableWhenDisabled
prop so consumers can choose (related: Make sure disabled buttons are always focusable by default #56547).The text was updated successfully, but these errors were encountered: