---
title: "Checkbox"
description: "A control that allows the user to toggle between checked and not checked."
component: true
---
## Usage
---
```tsx
import { Checkbox } from "@medusajs/ui"
```
```tsx
```
## API Reference
---
This component is based on the [Radix UI Checkbox](https://www.radix-ui.com/primitives/docs/components/checkbox) primitive.
## Examples
---
### Default
### Checked
### Disabled
### Indeterminate