How to make toggle button in infolist?
How to make toggle button in infolist?
3 Replies
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
Infolists don't support Form elements currently so you need to work around this as Leandro explained.
ok ,Thanks I was to mean I can use Filament Components