Resolved! In catalog, we want to set check box as true when condition is true
Below is the code for setting value.function onChange() { if (g_form.getValue('variables.UserType') == 'Terminal Server Users') { g_form.setValue('variables.OutlookEmail',true); g_form.setValue('variables.ServiceNowAccount',true); ...