Enum CheckboxState
The possible states for a Checkbox.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum CheckboxState
Fields
Name | Description |
---|---|
Checked | The Checkbox is checked. |
Intermediate | The Checkbox is unchecked but at least one of its dependencies is checked. |
Unchecked | The Checkbox is completely unchecked. |