Category checkbox tree in filament?
Is there a component that allows me to do something like this in Filament? I really need something like this to place and assign categories to products in an e-commerce store.


4 Replies
https://filamentphp.com/plugins/codewithdennis-select-tree
There's a beta for v4 available.
Filament
Select Tree by CodeWithDennis - Filament
The multi-level select field lets you pick one or multiple options from a list that's neatly organized into different levels.
Thank you bro! i will try this!
I fix my problem using this code!


This way I eliminate the dependency on other packages, which is something I really avoid using. Thank you very much. @Lirux