Example checked

```js
<Checkbox checked={true} />
```

Example unchecked

```js
<Checkbox checked={false} />
```
