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.