Schema Explorer

Choose element:

Input.Choice

Describes a choice for use in a ChoiceSet.

Property Type Required Description Version
title string Yes Text to display. 1.0
value string Yes The raw value for the choice. NOTE: do not use a , in the value, since a ChoiceSet with isMultiSelect set to true returns a comma-delimited string of choice values. 1.0

Properties

title

Text to display.

  • Type: string
  • Required: Yes

value

The raw value for the choice. NOTE: do not use a , in the value, since a ChoiceSet with isMultiSelect set to true returns a comma-delimited string of choice values.

  • Type: string
  • Required: Yes