public enum ToggleStatePublic Enumeration ToggleStatetype ToggleState| Off | 0 | The UI Automation element isn't selected, checked, marked, or otherwise activated. |
| On | 1 | The UI Automation element is selected, checked, marked, or otherwise activated. |
| Indeterminate | 2 | The UI Automation element is in an indeterminate state. |