© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
2 replies
GavTheDev

Togglebuttons multiple() selects all

I'm just using the sample code from the docs and for some reason all buttons are being selected when you click just one. Anyone else experienced this?

ToggleButtons::make('technologies')
    ->multiple()
    ->options([
        'tailwind' => 'Tailwind CSS',
        'alpine' => 'Alpine.js',
        'laravel' => 'Laravel',
        'livewire' => 'Laravel Livewire',
    ])
ToggleButtons::make('technologies')
    ->multiple()
    ->options([
        'tailwind' => 'Tailwind CSS',
        'alpine' => 'Alpine.js',
        'laravel' => 'Laravel',
        'livewire' => 'Laravel Livewire',
    ])
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

Togglebuttons selects everything
FilamentFFilament / ❓┊help
2y ago
Dynamic wizard checkboxlist selects all
FilamentFFilament / ❓┊help
2y ago
[Solved]ToggleButtons
FilamentFFilament / ❓┊help
3y ago
Grouped Selects
FilamentFFilament / ❓┊help
3y ago