Input Switch

Component input for fields >boolean type.

Props

label String

Input text label.

default: null

onLabel String

Text label indicating that the switch is on.

default: 'true'

offLabel String

Text label indicating that the switch is turned off.

default: 'false'

themeClassKey String

Key assigned to the object specified in the theme settings.

default: "input.switch"