Api Editor CheckState
enum

CheckState

public sealed enum CheckState : Enum

Check state of a Checkbox.

Enum Values

Name Value Description
Off The checkbox is not checked.
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.
On The checkbox is checked.
Assembly: Sandbox.Tools Namespace: Editor Full Name: Editor.CheckState