| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 | | Quintiq file version 2.0 |  | #parent: #root |  | Method InitializeCheckbox ( |  |   internal[WebCheckbox] checkbox, |  |   String functionality |  | ) id:Method_DialogFunctionalities_InitializeCheckbox |  | { |  |   #keys: '[139394.1.34331076]' |  |   Body: |  |   [* |  |     // Set checkbox status and tooltip |  |     checkbox.Checked( MPDomainHandler.IsMemberOfGroup( functionality ) ); |  |      |  |     checkbox.Enabled( false, Functionality::GetHelpInfo( functionality ) ); |  |   *] |  | } | 
 |