

# Checkbox

Checkbox component from base-ui components.

# Installation

Copy the following code into your app directory.


> **Error: 'checkbox' not found in registry**


# Usage


> **Error: 'checkbox' not found in registry**


# Anatomy 
Use the following composition to build a `Checkbox`


```python
checkbox.root(
    checkbox.indicator(),
)
```



# Examples

Below are examples demonstrating how the component can be used.

## Label

Displays a simple checkbox with a label.


> **Error: 'checkbox_example' not found in registry**

