A selected option from a choice-based question (radio, checkbox, dropdown).
const option: SubmittedBlockOption = { id: 'opt-satisfaction-5', label: 'Very Satisfied'}; Copy
const option: SubmittedBlockOption = { id: 'opt-satisfaction-5', label: 'Very Satisfied'};
Unique identifier for this option.
Human-readable label shown to the user.
A selected option from a choice-based question (radio, checkbox, dropdown).
Example