# @contentful/field-editor-checkbox

```bash
npm install @contentful/field-editor-checkbox
```

This package contains a React `CheckboxEditor` component that is used as a default for the `Symbol / List` field type in the Contentful web application.

```js
import { CheckboxEditor } from '@contentful/field-editor-checkbox';
```
