value = $value; $this->label = $label; } public function markDisabled(): void { $this->isDisabled = true; } public function isDisabled(): bool { return $this->isDisabled; } }