© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
5 replies
Abi

Inline Radio Buttons with the form label on a separate line

I have the following code

 Radio::make('claim_type')
                    ->label('Claim Type')
                    ->inlineLabel(false)
                    ->options([
                        'damage' => 'Damage',
                        'lost' => 'Lost',
                        'stolen' => 'Stolen',
                    ])->inline()->columns(1),
 Radio::make('claim_type')
                    ->label('Claim Type')
                    ->inlineLabel(false)
                    ->options([
                        'damage' => 'Damage',
                        'lost' => 'Lost',
                        'stolen' => 'Stolen',
                    ])->inline()->columns(1),

How do I make the label
Claim Type
Claim Type
to be in its own line?
CleanShot_2023-05-23_at_21.25.50.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

radio buttons with image
FilamentFFilament / ❓┊help
3y ago
Add a button inline with the wizard buttons
FilamentFFilament / ❓┊help
3y ago
Inline Radio - Single Column?
FilamentFFilament / ❓┊help
2y ago
Radio inline dynamic change.
FilamentFFilament / ❓┊help
3y ago