- Docs
- 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
Manual
Copy and paste the following code into your project.
Loading...
Update the import paths to match your project setup.
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.