| Checkbox |
| Clicked | |
| Pressed | |
| Released | |
| StateChanged | |
| Toggled |
| Icon | Name of a material icon to be drawn in front of the checkbox label. |
| State | Current state of this checkbox. |
| Text | The checkbox label. |
| TriState | Enable the third state, the half checked half not checked state. Disabled by default |
| Value | Whether the checkbox is checked or not. |
| OnClicked | Called when checkbox was clicked, on release. |
| OnPressed | Called when checkbox was pressed down. |
| OnReleased | Called when checkbox was released. |
| OnStateChanged | Called when the Editor.Checkbox.State of the checkbox states. |
| OnToggled | Called when checkbox gets toggled on or off. |