Skip to content

Off Value

Identifier offValue
Allows Multiple false

The offValue argument lets specify a custom off value for the toggle input. See also the onValue argument.

The input field argument offValue accepts the following value configurations.

  • offValue(value: any)
    • value is the value for the off state

The input field argument offValue can be used on the following input fields.

INPUT[toggle(onValue(on), offValue(off)):bind_target]