How to make toggle button in infolist?

How to make toggle button in infolist?
3 Replies
LeandroFerreira
LeandroFerreira4mo ago
I think you need to add a form to a custom Livewire component to achieve this. Alternatively, you could use a custom button to do it https://filamentphp.com/docs/3.x/infolists/actions#overview
Dennis Koch
Dennis Koch4mo ago
Infolists don't support Form elements currently so you need to work around this as Leandro explained.
Alnuaimi
AlnuaimiOP4mo ago
ok ,Thanks I was to mean I can use Filament Components

Did you find this page helpful?