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

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

Disabled

Readonly

Indeterminate

Group

View Checkbox Group for examples.