'permit_empty|is_boolean', ]; protected bool $defaultValue = false; public function render(string $name, mixed $value, string $class = ''): string { $value = $value ? 'yes' : ''; return <<{$this->label} HTML; } }