You agree to our Terms of Service and Privacy Policy.
Installation
npx solidui-cli@latest add checkbox
Usage
import { Checkbox } from "~/components/ui/checkbox"
<Checkbox />
Indeterminate state
You can set the flag indeterminate
if you need the checkbox in a state that is neither checked
or unchecked
.