Skip to content

Off Value

Identifier offValue
Allows Multiple false

Description

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 can be used on the following input fields.

Examples

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