--- title: Checkbox description: A control that allows the user to toggle between checked and not checked. source: apps/www/src/lib/registry/default/ui/checkbox primitive: https://www.radix-vue.com/components/checkbox.html --- ## Installation ```bash npx shadcn-vue@latest add checkbox ``` ## Usage ```vue ``` ## Examples ### With text ### Disabled ### Form