delete action confirmation: add a check box if the user wants to delete associated relations or not

For example i have the below scenario noting that i have account resource which has one to many relationship with contacts (contacts is the child). When deleting an account, can I add a check box if the user wants to delete associated contacts or not?!
1 Reply
Groli
Groli2w ago
maybe check this out: https://filamentphp.com/docs/3.x/actions/modals#modal-forms or just add button to actions that would remove those relations as well