Values to be in the title in accordance with the status of the toggle control

interface TitleToggle {
    off: string;
    on: string;
}

Properties

Properties

off: string
on: string