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