new UIToggle()
Creates a new toggle view object with the specified text.
constructor(text?: StringConvertible, value?: boolean);
Related
class UIToggle
A view class that represents a checkbox or toggle input.
Creates a new toggle view object with the specified text.
constructor(text?: StringConvertible, value?: boolean);