I want to keep a survey questionnaire in an app I build with Thunkable. In the questionnaire there will be questions asked with checkbox answer options. The user can select two or even more checkboxes. How do I write this code ! For example:
Question: What are the activities you like to do in your leisure time?
☐ Reading books ☐ Computer games ☐ Listening music ☐ Fishing ☐ Chatting friends etc.
A person should be able to choose one, two or more from these checkboxes and I want to grab all the results he choice.
I could come along this far by following the tutorial. But not getting the result yet as the resulted screen does not show any list of activity that I selected using the checkboxes.