Use Case: Conditional Button Activation

On a form screen, we do not want the ‘Create Account’ button to be active unless the ‘I have read the Terms of Use’ box is checked.

Application Steps:

  1. Go to the UI Design module.
  2. Add a Checkbox element and name it ‘AgreementCheck’.
  3. Add a Button element and name it ‘Create Account Button’.
  4. Click on the Checkbox element, then define the following action from the +ADD ACTION menu:
    • OnChange → UI Control → Change Enabled Of
  5. Action Parameters:
    • Component To Change: CreateAccountButton