Button that performs action on a control

In my doc I would like to create a button that can perform an action on a control.
I have a Check box control on which I would want to toggle the status between true and false after clicking a reset button that will also perform other actions simultaneously. Currently I have to click the reset button to perform all other actions and then manually check or uncheck the check box afterwards

On the button actions there is only a “Push Buttons” action. Does anyone have a hack for what I want to do.

You could add to your table a button that will checked/unchecked your checkboxes for you :slightly_smiling_face:

Depending on how your doc is built but the Reset button could perhaps push that button for you too :slightly_smiling_face:

This recent update might also help!