Use Filament Components inside custom Form Field?
I have defined a custom Form Field (it’s state is a JSON field in the backing model), that i’m using in a standard Filament Form. Inside the custom Form Field, though, I have some vanilla html checkboxes…I want those to show up as Filament Toggle components to maintain consistency with the rest of the Filament Form I’m using the Custom Field inside.
1 Reply
I found this bit of documentation, however I don't see
toggle
, so perhaps it's not possible: https://filamentphp.com/docs/3.x/support/blade-components/overview