"label": "The first choice", // Displayed to the user
"value": "choice_a", // Stored in the answers
"disabled": false, // [Optional]: Whether the choice
"imageUrl": "https://..." // [Optional]: If loading choices
// for a select question with
// images, the URL of the image.