Select all checkboxes with 1 checkbox


#1

Hello,

Tried finding a solution on Google with no luck. I have a list of 5 checkboxes. The checkbox on the top reads “Select all”.
I just want to have the other 4 checkboxes be selected/or deselected when the first checkbox is clicked.

Thanks for any help you can provide,

Steve


#2

Have a look at the attached. You can take a shortcut and create a group and use the select on the group.

SelectAll.rp (50.2 KB)

The magic happens in the OnSelected and OnUnselected events on the select all checkbox.


#3

The Magic Happened!!!
I used the group like you said. Makes it much easier.

Thanks for your help,

Steve


closed #4

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.