import { ComponentExample } from "@/components/ComponentExample"
import { ComponentReference } from "@/components/ComponentReference"
export const metadata = {
title: `Checkbox`,
}
# {metadata.title}
A component for rendering checkbox inputs using Medusa's design system.
In this guide, you'll learn how to use the Checkbox component.
## Usage
```tsx
import { Checkbox } from "@medusajs/ui"
```
```tsx
```
---
## API Reference
---
## Examples
### Checkbox All States
### Controlled Checkbox