Checkbox

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

Installation

Usage

import {
  Checkbox,
  CheckboxLabel,
  CheckboxControl,
} from "@/components/ui/checkbox"
<Checkbox>
  <CheckboxControl />
  <CheckboxLabel>Accept terms and conditions</CheckboxLabel>
</Checkbox>