© 2026 Hedgehog Software, LLC
public function label(string | Htmlable | Closure | null $label): static { $this->label = $label; return $this; }
Select::make('type') ->label(fn() => view('forms.components.label-with-tooltip'))