ecklf / tailwindcss-radix

Utilities and variants for styling Radix state
https://tailwindcss-radix.vercel.app
MIT License
2.09k stars 67 forks source link

feat: support indeterminate state #17

Closed nirtamir2 closed 2 years ago

nirtamir2 commented 2 years ago

From radix-ui docs, the checkbox component supports an indeterminate state. This PR adds support to its value https://www.radix-ui.com/docs/primitives/components/checkbox

image
ecklf commented 2 years ago

Thank you!