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;
165 $a_tpl->setCurrentBlock(
"prop_checkbox");
166 $a_tpl->setVariable(
"POST_VAR", $this->
getPostVar());
167 $a_tpl->setVariable(
"ID", $this->
getFieldId());
168 $a_tpl->setVariable(
"PROPERTY_VALUE", $this->
getValue());
176 $a_tpl->setVariable(
"PROPERTY_CHECKED",
177 'checked="checked"');
181 $a_tpl->setVariable(
"DISABLED",
182 'disabled="disabled"');
184 $a_tpl->parseCurrentBlock();