Off Value
Identifier | offValue |
Allows Multiple | false |
Description
Section titled “Description”The offValue
argument lets specify a custom off value for the toggle
input.
See also the onValue
argument.
Values
Section titled “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
Section titled “Allowed Input Fields”
The input field argument offValue
can be used on the following input fields.
Examples
Section titled “Examples”INPUT[toggle(onValue(on), offValue(off)):bind_target]