© 2026 Hedgehog Software, LLC
Placeholder::make('boolean') ->content(fn (string $state): string => match ($state) { '1' => 'heroicon-o-check', default => 'heroicon-x-circle' } )