Skip to content

Toggle

Identifier toggle
Allowed in Code Block true
Allowed Inline true

A toggle input field acts like a switch that can be toggled between true and false.

Allowed Arguments

The following input field arguments are allowed for 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]