ImageCheckBoxEditor Class
Deprecated in 5.30. This is part of the old editor system and should not be used directly. Use EditorRenderer instead.
ImageCheckBoxEditor Boolean editor that renders with an image instead of checkbox
Extends
- React.PureComponent<PropertyEditorProps, ImageCheckBoxEditorState>
Implements
Methods
| Name | Description | |
|---|---|---|
| componentDidMount(): void | Called immediately after a component is mounted. | |
| componentWillUnmount(): void | Called immediately before a component is destroyed. | |
| getPropertyValue(): Promise<undefined | PropertyValue> | ||
| render(): React.JSX.Element |
Properties
| Name | Type | Description | |
|---|---|---|---|
| hasFocus Accessor ReadOnly | boolean | ||
| htmlElement Accessor ReadOnly | "null" | HTMLElement | ||
| state Readonly | Readonly<ImageCheckBoxEditorState> |
Defined in
Last Updated: 15 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.