# Checkbox

### Design
<a href="https://material.io/design/components/selection-controls.html#checkboxes" target="_blank">https://material.io/design/components/selection-controls.html#checkboxes</a>

### Description
Single `Checkbox` component can be used to store simple boolean values.

### Import
```js
import { Checkbox } from "webiny-ui/Checkbox";
```