Skip to content

"Dropdown": Chapbook (v1.0)#

Summary#

The insert {dropdown} is used to create a dropdown menu in Chapbook. The for: option specifies where to save the selected value and the choices: option defines what the choices should be for the user.

Example#

Download

Twee Code#

:: StoryTitle
Chapbook: Dropdown

:: Start
{dropdown menu for: "chosenValue", choices: ["Up", "Down", "Left", "Right"]}

[[Check Choice]]

:: Check Choice
You chose {chosenValue}.

Twee Download