© 2026 Hedgehog Software, LLC

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

Required validation for Radio button fails

not sure if it is just me, but the
required
required
validation for a radio button seems to fail. can someone confirm? Here is the code

Radio::make('customer_type')
    ->label('Are you a new customer?')
    ->options([
        'YES' => 'Yes',
        'NO' => 'No'
    ])->inline()->columnSpan(2)
    ->required(),
Radio::make('customer_type')
    ->label('Are you a new customer?')
    ->options([
        'YES' => 'Yes',
        'NO' => 'No'
    ])->inline()->columnSpan(2)
    ->required(),
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

translate validation.required?
FilamentFFilament / ❓┊help
12mo ago
conditionally required validation
FilamentFFilament / ❓┊help
16mo ago
radio button null value
FilamentFFilament / ❓┊help
10mo ago