A control that allows the user to toggle something on or off
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>