Skip to content

Off Value Argument

Identifier offValue
Allows Multiple false

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

Values

The input field argument offValue accepts the following value configurations.

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

Allowed Input Fields

The input field argument offValue is allowed in the following input fields.

Examples

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