--- 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 Please first read `vee-validate` section for [Checkbox and Radio Inputs](https://vee-validate.logaretm.com/v4/examples/checkboxes-and-radio/)