new UIToggle
Creates a new toggle view object with the specified label.
constructor(label?: StringConvertible, state?: boolean)
Related
- class UIToggleA view control that represents a checkbox or toggle input.
Creates a new toggle view object with the specified label.
constructor(label?: StringConvertible, state?: boolean)