Checkbox list groups
Anyone has an idea how to render multiple groups of checkboxes? For example, I have grouped permissions. Like Posts permissions (read, write, delete), Categories permissions (read, write, delete) and etc. And all selected checkboxes should save to BelongsToMany pivot table. I know I can make it work with handleRecordCreate, but maybe there is a Filament way?
Ex.
0 Replies