public function isValid()
 {
     return parent::isValid() && ((int) $this->radius || (bool) $this->force_valid);
 }