Namespace: SettingToggle

SettingToggle

Polymer element for a text entry

Source:

Members


<static> checked

Toggle checked state

Source:

<static> disabled

Disabled state of element

Source:

<static> mainLabel

Toggle descriptive label

Source:

<static> name

Local storage key

Source:

<static> noseparator

Visibility state of optional divider

Source:

<static> secondaryLabel

Toggle secondary descriptive label

Source:

<static> sectionTitle

Optional group title

Source:

Methods


<private, static> _init()

Initialize value if it is not in localStorage

Source:

<private, static> _onChange()

Event: checked state changed

Source:

<static> setChecked(checked)

Set the checked state of the toggle

Parameters:
Name Type Description
checked boolean

checked state

Source: