Skip to main content

Toggle

The toggle component allows you to get a boolean from the user.

Toggle API

The following section details Toggle component's specific settings. For more details on the App Editor, check the dedicated documentation or the App Editor Quickstart:

Toggle configuration

NameTypeConnectableTemplatableDefaultDescription
labelstringtruefalseLabelThe toggle label.
default valuebooleantruefalseThe default value of the toggle.

Outputs

NameTypeDescription
resultbooleanThe state of the toggle.