Values to be in the button content in accordance with the status of the toggle control

interface HtmlToggle {
    off: HtmlDef;
    on: HtmlDef;
}

Properties

Properties

off: HtmlDef