fabien-d / alertify.js

JavaScript Alert/Notification System
http://fabien-d.github.com/alertify.js/
4.26k stars 726 forks source link

How can I add an checkbox to promt and catch result? #269

Open art1sh0k opened 7 years ago

art1sh0k commented 7 years ago

I think, it will be good additional to this framework. Can you help me?

MincDev commented 6 years ago

@art1sh0k If you require a checkbox in the prompt, simply do the following after the alertify code:

$(".ajs-content").append("\<input type="checkbox" \/>");