1. Docs
  2. 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.

Installation

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

Disabled

Readonly

Indeterminate

Group

View Checkbox Group for examples.