Custom Form Field
is it possible to create custom form field with the hierarchical structure of a checkbox in which we can select multiple checkboxes in a filament resource form?
I was trying but getting issues with data binding
I was trying but getting issues with data binding
Solution
We also have CheckboxList but that’s without hierarchy. Maybe you can look at those examples.
You will need an array for the binding
You will need an array for the binding