Pratham wrote:
Hi Paulo Nicolas Jara Fuentes,
As Bernardo Condé said you can create a Boolean variable IsEnable, set default value to be true and set it to the enable property of the check box, then assign a value for IsEnable variable to be false in onclick action of button.

In this example you will always uncheck the checkbox though.
To clarify, use a seperate variable for the Enabled field than the one you are using in your variable field.