JollyUI
  1. Docs
  2. components
  3. Checkbox

Checkbox

A Checkbox allows users to select multiple items from a list of individual items, or to mark one individual item as selected.

Checkboxes can be built with the <input> HTML element, but this can be difficult to style. Checkbox helps achieve accessible checkboxes that can be styled as needed.

Loading...

Installation

npx shadcn@latest add https://jollyui.dev/default/checkbox

Examples

Basic

Loading...

Value

Indeterminate

Loading...

Validation

Loading...

Disabled

Loading...

Read-only

Loading...