controlType property
How the switch appears in the user interface. Possible string values are:
- "SWITCH" : A toggle-style switch.
- "CHECKBOX" : Deprecated in favor of
CHECK_BOX
. - "CHECK_BOX" : A checkbox.
Implementation
core.String? controlType;
How the switch appears in the user interface. Possible string values are:
CHECK_BOX
.core.String? controlType;