Enable disable the button based on check box

0
I need to enable the button when the checkbox is checked and want to disable the button when check box is unchecked  
asked
1 answers
2

You can use conditional visibility for this, see: https://docs.mendix.com/refguide/conditions

answered