- Docs
- components
- Checkbox
Checkbox
A checkbox allows a user to select multiple items from a list of individual items, or to mark one individual item as selected.
Preview
Code
Installation
CLI
Copy & Paste
npx @sly-cli/sly add jolly-ui checkbox
Note: Only the default style can be installed via CLI at the moment
Usage
import { Checkbox } from "@/components/ui/checkbox"
<Checkbox />
Examples
With text
Preview
Code
Disabled
Preview
Code
Readonly
Preview
Code
Indeterminate
Preview
Code
Group
View Checkbox Group for examples.