Docs
Checkbox

Checkbox

A control that allows the user to toggle something on or off

Usage

import { Checkbox, Label } from '@bit/ui'
<div className='flex items-center space-x-2'>
  <Checkbox id='terms' />
  <Label htmlFor='terms'>Accept terms and conditions</Label>
</div>

Examples

With react-hook-form and zod

You can view the current terms and conditions here