SetType('checkbox'); } public function SetIsToggled(bool $bIsToggled): static { return $this->SetIsChecked($bIsToggled); } public function IsToggled(): bool { return $this->IsChecked(); } }