@skandg thanks for your suggestion.I tried to create a dynamic mbox as advised by you and the mbox is not triggeringvar test="";if ($('#my_id').is(':checked')) {test= "B";mboxDefine('my_id,'my_dynamic_mbox,'test=B’); mboxUpdate('my_dynamic_mbox, 'test=B’);}