A control that allows the user to toggle between checked and not checked.
npx curv-ui add checkbox
import { Checkbox } from "@/components/ui/checkbox";
<Checkbox /> <span className="pl-2">Accept terms and conditions</span>