Accessible checkbox and checkbox group components with field integration.
Checkbox
"use client"import { Checkbox } from "@/components/ui/preskok-ui/checkbox"export function CheckboxSinglePreskokDemo() { return <Checkbox>Accept terms and conditions</Checkbox>}
import { Checkbox } from "@/registry/preskok/ui/preskok-ui/checkbox"export function SingleCheckboxExample() { return <Checkbox>Accept terms and conditions</Checkbox>}