_UI.messageBox({ template: _UI.MESSAGE_BOX_YES_NO, label: "Naozaj chcete pokračovať?", bottomLine: true, response: _UI.MESSAGE_BOX_RESPONSE_EVENT, [this, "callbackFnc2", "ARG1"] }); function callbackFnc2(e, arg1) { trace(e.response.callId); trace(e.response.checkboxState); }