Forum Discussion
Is there a way to get all selected checkboxes?
- 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.
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.