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
Currently, the CheckboxControl component does not support the indeterminate functionality. This would be helpful in #39183.
Add indeterminate support for the CheckboxControl. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#attr-indeterminate
The text was updated successfully, but these errors were encountered:
Mamaduka
Successfully merging a pull request may close this issue.
What problem does this address?
Currently, the CheckboxControl component does not support the indeterminate functionality. This would be helpful in #39183.
What is your proposed solution?
Add indeterminate support for the CheckboxControl.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#attr-indeterminate
The text was updated successfully, but these errors were encountered: