PROBLEM
I want to setup a multi-select checkbox, in which when multiple checkboxes are selected that it returns an array of values.
I tried to do this with the Choice Group: Checkbox type. However, it only works when there's one value selected. If multiple values get selected it bugs out and doesn't display. It also seems to only return one value in the 'onDataChange' rather than multiple selected values.
HELP
Is there an element in Servoy that can display an Array of 'selected' items within a Valuelist? If the Choice Group: Checkbox can't do this is there another element?
Feel like I'm missing something to enable this functionality.