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.