57 $this->value = $a_value;
77 $this->checked = $a_checked;
97 $this->optiontitle = $a_optiontitle;
120 $item->setValueByArray($a_values);
131 $this->additional_attributes = $a_attrs;
173 $tpl =
new ilTemplate(
"tpl.prop_checkbox.html",
true,
true,
"Services/Form");
185 $tpl->setVariable(
"PROPERTY_CHECKED",
186 'checked="checked"');
190 $tpl->setVariable(
"DISABLED",
191 'disabled="disabled"');
205 $a_tpl->setCurrentBlock(
"prop_generic");
206 $a_tpl->setVariable(
"PROP_GENERIC", $html);
207 $a_tpl->parseCurrentBlock();
232 $data = unserialize($a_data);