attr_name . '" type="checkbox" name="' . $this->attr_name . '" '.($this->getCurVal()?'checked':'').' value="1">'; return $html; } function render_text( $crop = false ) { if ($this->getCurVal() ) $val = 'Да'; else $val = 'Нет'; return $val; } } ?>