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