---
title: Checkbox
description: A control that allows the user to toggle between checked and not checked.
source: apps/www/registry/default/ui/checkbox
primitive: https://www.reka-ui.com/docs/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/)