notiflix / Notiflix

Notiflix is a pure JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more that makes your web projects much better.
https://notiflix.github.io
MIT License
647 stars 55 forks source link

[FEAT] - Adding a checkbox/radio in Confirm? #86

Closed gensart-x closed 2 months ago

gensart-x commented 2 months ago

Is your feature request related to a problem? Please describe.

Sometimes when confirming some action, like deleting an item, I need to add an option for the user to delete another item that references that.

Describe the solution you'd like

In a Notiflix.Confirm UI, it should be an element like a checkbox or something else.

Describe alternatives you've considered

Additional context

furcan commented 2 months ago

Hello,

Can be helpful: https://github.com/notiflix/Notiflix/issues/85

Thank you, Furkan