attributes['key']); if ($key->inputType() == InputType::FILE && isset($this->attributes['value'])) { return asset_static($this->attributes['value']); } elseif ($key->inputType() == InputType::SELECT) { return $key->options()[$this->attributes['value']]; } return $this->attributes['value']; } }