© 2026 Hedgehog Software, LLC

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

Descriptions on CheckboxList (relationship)

Hi, I'm using this to display permissions in my user management system. Is it possible to load descriptions from the relationship without explicitly defining them in the descriptions method?

 Forms\Components\CheckboxList::make('permissions')
                            ->label('')
                            ->relationship(
                                titleAttribute: 'display_name',
                                modifyQueryUsing: fn (Builder $query) => $query->orderBy('order'),
                            )
                            ->bulkToggleable()
                            ->columns(2),
 Forms\Components\CheckboxList::make('permissions')
                            ->label('')
                            ->relationship(
                                titleAttribute: 'display_name',
                                modifyQueryUsing: fn (Builder $query) => $query->orderBy('order'),
                            )
                            ->bulkToggleable()
                            ->columns(2),
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

CheckboxList Relationship Options Descriptions
FilamentFFilament / ❓┊help
3y ago
Grouping CheckboxList with relationship
FilamentFFilament / ❓┊help
3y ago
Checkboxlist relationship with additional column
FilamentFFilament / ❓┊help
13mo ago
CheckBoxList relationships error
FilamentFFilament / ❓┊help
3y ago