How to combine a checkbox list and a drop down list?

here’s my take on it:
https://x.thunkable.com/copy/99b2477b37223bf50eda2f11b4d76165

it requiires two things

  1. a submit button has to show up to indicate DONE selecting - it disappears after it’s pressed
  2. a variable has been designated as the destination of the response (in this example, responseList) after you press submit

for the demo, i also displayed the responseList string in text_input1 so you can cut-n-paste it to see the returned responseList

2 Likes