You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to default check a checkbox via configuration. Would be great to name the checkboxes for passing to the callback as well.
dialog({title: 'A Title',msg: 'some message',timeout: 10,checkboxes: [{label: 'first box',name: 'firstBox',value: true,},{label: 'second box'name: 'secondBox',value: false,}]},function(error,button,checkboxes){// do stuff with the result.})
The text was updated successfully, but these errors were encountered:
Need to default check a checkbox via configuration. Would be great to name the checkboxes for passing to the callback as well.
The text was updated successfully, but these errors were encountered: