Checkbox for opt-ins and multi-select filters.

```jsx
<Checkbox label="Auto-recharge credits" defaultChecked />
<Checkbox checked={agree} onChange={setAgree} label="I agree to the terms" />
```

Checked = white fill + black tick. There is no indeterminate state in the Hanzo set.
