Enum ToggleState
Possible value for the setState method of toggleable AI classes. The toggleable AI Classes are: Check Box, Toggle Button and Radio Button
public enum ToggleState
Fields
OFF = 0Indicates the toggleable control is unchecked (not supported for Radio Button).
ON = 1Indicates the toggleable control is checked.