Hi! I would like some help.
How can I clear the selection of a checkbox group from the screen?
I tried using variable reset but it didn’t work.
Hi! I would like some help.
How can I clear the selection of a checkbox group from the screen?
I tried using variable reset but it didn’t work.
you need to bind the initial value to a variable and then reset the variable
Yup use the aggregation approach for most elements and you’ll be on your way!
Thanks for the support.
I went to try this solution.