Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method ToggleCheckBox ( 
 | 
  shadow[BaseImportObjectGroupBaseInProfile] baseioprofile, 
 | 
  shadow[UserImportProfile] userprofile, 
 | 
  shadow[DefaultImportProfile] defaultprofile, 
 | 
  internal[WebCheckbox] scenariospeccheckbox, 
 | 
  internal[WebCheckbox] globalcheckbox 
 | 
) id:Method_DialogImportCIM_ToggleCheckBox 
 | 
{ 
 | 
  #keys: '[146140.2.674189045]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Toogle include/exclude ImportObjGroupInProfile 
 | 
    if( not isnull( baseioprofile ) ) 
 | 
    { 
 | 
      baseioprofile.IsIncludeInImportExport( not baseioprofile.IsIncludeInImportExport() ); 
 | 
    }   
 | 
    Form.CheckUncheckCheckBox( userprofile, defaultprofile, scenariospeccheckbox, globalcheckbox ); 
 | 
  *] 
 | 
} 
 |