1: <?php
2: /**
3: * QJqCheckBox
4: *
5: * Put your customizations of the standard behavior here.
6: *
7: * @package Controls
8: * @filesource
9: */
10:
11: /**
12: * This class mplements a JQuery Ui Check Box.
13: *
14: * It extends the QJqCheckBoxBase class. When writing your code, use this class instead of QJqCheckBoxBase.
15: * This class can be modified by the developer to add functions and alter the already present functions.
16: * @package Controls
17: */
18: class QJqCheckBox extends QJqCheckBoxBase {
19: }