# Editor.CheckState

Check state of a [Editor.Checkbox](/api/Editor.Checkbox).

- Kind: enum
- Namespace: `Editor`
- Assembly: `Sandbox.Tools`
- Modifiers: sealed

## Fields

- [`Off`](/api/Editor.CheckState/Off): The checkbox is not checked.
- [`On`](/api/Editor.CheckState/On): The checkbox is checked.
- [`Partial`](/api/Editor.CheckState/Partial): Partial. This is useful in cases when representing multiple objects, with a boolean value where some are set to true, and others to false.
