Docs
Checkbox
Checkbox
A control that allows the user to toggle between checked and not checked.
Component checkbox-demo not found in registry.
Installation
pnpm dlx kodkafa@latest add checkbox
Usage
import { Checkbox } from "@/components/ui/checkbox"<Checkbox />Examples
With text
Component checkbox-with-text not found in registry.
Disabled
Component checkbox-disabled not found in registry.
Form
Component checkbox-form-single not found in registry.
Component checkbox-form-multiple not found in registry.