Documentation

class UIToggleconstructor

new UIToggle()

Creates a new toggle view object with the specified text.

constructor(text?: StringConvertible, value?: boolean);

Related