1. Fields
  2. Checkbox Field

Fields

Checkbox Field

The checkbox field allows capturing a binary state, such as true/false or yes/no.

Basic usage

Adds a checkbox field to the fields of an action.

loading...

Result

Preview of a checkbox in a form

Parameters

See fields for common parameters.

params.checkedvalue

required

The output of a checked checkbox. For example can be set to 'yes' or 'agree' instead of true.

Default: true


params.uncheckedvalue

required

The output of an unchecked checkbox. For example can be set to 'no' or 'disagree' instead of false.

Default: false