params['label'] ) { $out .= '
'; $out .= ''; $out .= '
'; } $out .= '
'; $out .= ' params['id'] ) $out .= 'id="' . $this -> params['id'] . '" '; else $out .= 'id="' . $this -> params['name'] . '" '; $out .= 'name="' . $this -> params['name'] . '" type="checkbox"'; if ( $this -> params['checked'] ) $out .= 'checked="checked" '; $out .= '>'; $out .= ''; $out .= '
'; if ( $this -> params['label'] ) { $out .= '
'; $out .= '
'; } echo $out;