/** * {@inheritdoc} */ public function setId(string $value) : parent { if ($this->label) { $this->label->setFor($value); } $this->field->setId($value); return $this; }