Search
Get Started
F
Filament
•
15mo ago
hosmar27
How to switch/invert toggle in Filament
Basically what I want to do is
, whenever a toggle is true
, the other has to be false
. I couldn
't find my latest code so I only have this code to show
:
Toggle::make('pergunta'), Toggle::make('requisito'),
Toggle::make('pergunta'), Toggle::make('requisito'),
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,361
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Toggle::make('pergunta'),
Toggle::make('requisito'),
Toggle::make('pergunta'),
Toggle::make('requisito'),
Similar Threads
How to store data of toggle in filament
F
Filament / ❓┊help
2y ago
Toggle sections in filament forms
F
Filament / ❓┊help
3y ago
Switch to another filament user
F
Filament / ❓┊help
3y ago
How to toggle pagination ?
F
Filament / ❓┊help
3y ago