F
Filament2w ago
Jap

Checkbox Confirmation Modal

Is it possible to add confirmation modal on a checkbox form?
Solution:
Leandro Ferreira (@leandrocfe) on X
💡Filament Tip: You can use registerActions([]) and mountFormComponentAction to display a confirmation modal directly on live form fields in the Form Builder 🔥
From An unknown user
Twitter
Jump to solution
2 Replies
Matthew
Matthew2w ago
Not without custom components. But you could make a toggle button or something similar if you are looking for an 'are you sure' type thing
Solution
LeandroFerreira
Leandro Ferreira (@leandrocfe) on X
💡Filament Tip: You can use registerActions([]) and mountFormComponentAction to display a confirmation modal directly on live form fields in the Form Builder 🔥
From An unknown user
Twitter

Did you find this page helpful?