Forum Discussion
JeroenVerhoeckx
2 months agoCommunity Member
Is there a way to get all selected checkboxes?
Hello Articulate developers, Does somebody know it it's possible to get all selected checkboxes and iterate over them? This would be so handy! At the moment I show all the checkboxes on the feedbac...
- 2 months ago
If you want to display the selected items as a list, without the extra spacing, you could just set a text variable for each one to the label value if the box is checked, and empty("") if it is not. Then create a text box to display the list of variables (e.g., "%item_1%%item_2%...%item_6%". Include any separators with the label text (e.g., item_1 = "Find a Solution, "). You will have a list of only those items that were checked.
JeroenVerhoeckx
2 months agoCommunity Member
That's a good idea! Thanks!!