Quintiq file version 2.0 
 | 
#parent: pnlAll/cbAll 
 | 
Response OnChanged () id:Response_pnlAll_cbAll_OnChanged 
 | 
{ 
 | 
  #keys: '[415136.0.1302693095]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_WebCheckbox_OnChanged' 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      if( this.Checked() ){ 
 | 
        cbCustomDemand.Checked( true ); 
 | 
        cbOfflinePlan.Checked( true ); 
 | 
        cbShiftPlan.Checked( true ); 
 | 
        cbAssembleOnlinePlan.Checked( true ); 
 | 
        cbInventoryPlan.Checked( true ); 
 | 
      }else{ 
 | 
        cbCustomDemand.Checked( false ); 
 | 
        cbOfflinePlan.Checked( false ); 
 | 
        cbShiftPlan.Checked( false ); 
 | 
        cbAssembleOnlinePlan.Checked( false ); 
 | 
        cbInventoryPlan.Checked( false ); 
 | 
      } 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |