1. Fields
  2. MultiCheckbox Field

Fields

MultiCheckbox Field

The MultiCheckbox Field allows for selecting multiple items from a list.

This can be used to check items from any list, such as a list of colors, months in a year, list of countries, etc.

Basic usage

Adds a multicheckbox field to the fields of an action.

loading...

Result

MultiCheckbox MultiCheckbox Field

Parameters

params.options

required
array

This parameter specifies the list of items that the user can check. Each item in the array should have a label and a value.

params.options.label

required
string

This parameter specifies the text that will be displayed to the user.

params.options.value

required
string

This parameter specifies the value that will be sent to the AI model when the user checks the item.

See fields for common parameters