controlType property
How the switch appears in the user interface.
[Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend): Possible string values are:
- "SWITCH" : A toggle-style switch.
- "CHECKBOX" : Deprecated in favor of
CHECK_BOX
. - "CHECK_BOX" : A checkbox.
Implementation
core.String? controlType;