Checkbox

A control that allows the user to toggle between checked and not checked.

Preview

Installation

Install the package using your preferred package manager:

npx shadcn@latest add @airy/checkbox

Usage

Import the component from the package:

import { Checkbox } from "@/registry/ui/checkbox"

Then use it in your application:

<Checkbox />

Examples

Default