Toggle
Identifier | toggle |
Allowed in Code Block | true |
Allowed Inline | true |
Description
A toggle input field acts like a switch that can be toggled between true
and false
.
Allowed Arguments
The following input field arguments can be used on the toggle
input field.
Examples
A simple toggle that toggles the completed status of a note.
INPUT[toggle:completed]
A toggle that toggles between in progress
and done
.
INPUT[toggle(offValue(in progress), onValue(done)):status]