Skip to content

On Value

Identifier onValue
Allows Multiple false

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

The input field argument onValue accepts the following value configurations.

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

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

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