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
StyledCheckbox component is missing from Checkbox indeterminate checkbox example.
Would be nice to have it included to see how it is implemented.
Is it a wrapper for the Root?
Should you only import the Indicator or does it use other components?
What do these do checked={checked} onCheckedChange={setChecked} exactly?
checked={checked} onCheckedChange={setChecked}
https://www.radix-ui.com/primitives/docs/components/checkbox#indeterminate
Checkbox
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Documentation
StyledCheckbox component is missing from Checkbox indeterminate checkbox example.
Would be nice to have it included to see how it is implemented.
Is it a wrapper for the Root?
Should you only import the Indicator or does it use other components?
What do these do
checked={checked} onCheckedChange={setChecked}
exactly?https://www.radix-ui.com/primitives/docs/components/checkbox#indeterminate
Relevant Radix Component(s)
Checkbox
Examples from other doc sites
The text was updated successfully, but these errors were encountered: