A checkbox allows a user to select a value from a small set of options, often binary

## Types

```require
./types.jsx
```

### Radio - a lot of

```require
./radios.jsx
```

## State

### Read-only

```require
./read-only.jsx
```

### Disabled

```require
./disabled.jsx
```
