cancel
Showing results for 
Search instead for 
Did you mean: 

get selected checkboxes in a checkboxgroup

Former Member
0 Kudos

Hi all,

how can I get all selected checkboxes in a checkboxgroup WITHOUT using the onToggle event?

I use the supply function of a context node to get all necessary data and save them to an attribute within the context node. This attribute then is bound to the texts property of the checkboxgroup.

But how can I get now all selected checkboxes of that checkboxgroup? I don't want to use the onToggle event!

Thanks,

AJ

Accepted Solutions (1)

Accepted Solutions (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Anika,

The CheckboxGroup uses the selection concept of context nodes. Just call get_selected_elements() at the node to which you bind the texts attribute.

Best regards,

Thomas

Answers (0)