Skip to main content

A block with type MULTI_SELECT_OPTION. Individual option within a multi-select dropdown.

uuid
string<uuid>
required

Unique identifier for this block.

type
enum<string>
required
Available options:
MULTI_SELECT_OPTION
groupUuid
string<uuid>
required

Groups related blocks together. For standalone blocks, use the block's own uuid. For child blocks (e.g., dropdown options, multiple choice options), use the parent block's uuid so all children share the same groupUuid.

groupType
enum<string>
required
Available options:
MULTI_SELECT
payload
MultiSelectOptionPayload · object
required

Payload for MULTI_SELECT_OPTION block type. Used for multi-select checkbox questions.