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
When using indeterminate prop in the Checkbox it behaves differently across frameworks.
indeterminate
In React:
In Vue, Svelte:
checked = true
Solid: I couldn't check because of some broken build
Zag.js:
In terms of design, I found that many software installers have the Vue/Svelte option - possibility to remove the intermediate state.
Storybook
4.5.0
Brave 1.73.104
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When using
indeterminate
prop in the Checkbox it behaves differently across frameworks.In React:
indeterminate
on, it is impossible to toggle state by clickingIn Vue, Svelte:
checked = true
Solid: I couldn't check because of some broken build
Zag.js:
indeterminate
to boolean values.In terms of design, I found that many software installers have the Vue/Svelte option - possibility to remove the intermediate state.
Link to Reproduction (or Detailed Explanation)
Storybook
Steps to Reproduce
indeterminate
prop on the checkbox's rootArk UI Version
4.5.0
Framework
Browser
Brave 1.73.104
Additional Information
No response
The text was updated successfully, but these errors were encountered: