The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/editor-ui > EditorCheckboxProps
EditorCheckboxProps interface
Signature:export interface EditorCheckboxProps
Properties
| Property | Type | Description |
|---|---|---|
| checked? | boolean | (Optional) |
| label? | string | (Optional) |
| onChange? | (checked: boolean) => void | (Optional) |