Quintiq file version 2.0 
 | 
#parent: pnlMonthlyDay/ckbMonthlyDay 
 | 
Response OnChange () id:Response_pnlMonthlyDay_ckbMonthlyDay_OnChange 
 | 
{ 
 | 
  #keys: '[131094.0.1642490309]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Uncheck the other checkbox. 
 | 
    if( this.Checked() ) 
 | 
    { 
 | 
      ckbMonthlyPattern.Checked( false ); 
 | 
    } 
 | 
     
 | 
    Dialog.ShowMonthlyPattern(); 
 | 
    Dialog.SetEndOfPeriod(); 
 | 
  *] 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_CheckBox_OnChange' 
 | 
} 
 |