How to include checkbox in displayPrompt confirmation box?
I am using the below code snap to display confirmation box.Alfresco.util.PopupManager.displayPrompt( { noEscape: true, title: this._msg("message.confirm.delete.title"), text: this._msg("message.confirm.delete", $html(this.event.title), displayDate), ...