Checkbox:

```
  <Checkbox
    checked
    onChange={() => {}}
  />
  <Checkbox
    checked={false}
    onChange={() => {}}
  />
```
