## Installing

Install the library

```sh
npm install @apideck/components
```

## Getting started

Import the component

```js
import { CheckBox } from '@apideck/components'
```

## Basic

You can use a single checkbox alone, with just a `label`. You can then use the prop `onChange` for change events.

## Controlled checkbox

## Props

Coming soon
