GitHub

Checkbox

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

Installation#

Usage#

import { Checkbox } from "~/components/ui/checkbox";
<div class="flex items-center space-x-2">
<Checkbox id="terms" />
<label for="terms">Accept terms and conditions</label>
</div>