type
The visual presentation type of the toggle.
type: "none" | "checkbox" | "switch";
Notes
- Valid values are
checkbox,switch, ornone. - Defaults to
checkbox.
Related
class UIToggle
A view class that represents a checkbox or toggle input.
The visual presentation type of the toggle.
type: "none" | "checkbox" | "switch";
checkbox, switch, or none.checkbox.