Skip to Content

Option

A child of Single Select or Multi Select. Represents one selectable choice.

Properties

PropertyDescription
optionValueThe value stored in the parent’s variable when this option is selected.

Layout

Options are full layout containers — you can nest any elements inside them (icons, text, images, stacks) to create rich selection cards. This makes it easy to build visually appealing quiz options with custom layouts.

Active Style

The option’s Active Style is applied when it is selected, and all children inherit that active state. Use this to create visual feedback:

  • Default state: gray border, white background
  • Active (selected) state: green border, light green background, checkmark icon visible

See Active Style for more on styling selected states.

Last updated on