Get Pro Access

Checkbox

A checkbox input with custom styling

Installation

Usage

import { Checkbox } from '@/components/ui/checkbox'
import { Label } from '@/components/ui/label'

<div class='flex items-center gap-2'>
  <Checkbox id='terms' />
  <Label for='terms'>Accept terms and conditions</Label>
</div>