# Switch

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

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

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