1 | <?php |
||
15 | class UICheckBoxPanel extends \Asymptix\ui\UIControl { |
||
16 | /** |
||
17 | * Default checkbox panel HTML template. |
||
18 | */ |
||
19 | const DEFAULT_TEMPLATE = "core/ui/templates/controls/ui_checkboxpanel.tpl.php"; |
||
20 | |||
21 | public function __construct($dataSet = [], $currentValue = null, $attributesList = [], $template = "") { |
||
24 | } |
||
25 |