field_before(); $output .= $this->label(); $checked = !empty($this->value()) ? 'checked' : ''; $output .=''; $output .= $this->field_after(); return $output; } }