public function toString($destroy = true)
 {
     if (!isset($this->value_exist) && !empty($this->value)) {
         $this->addItem($this->value, $this->value, 'yes');
     }
     return parent::toString($destroy);
 }