Hi All, I'm using 'on' function to add listeners to the check box.
like Ext.getCmp('checkBox').on('eventName',fun,this)
but I dont know what eventName is when check box is checked or unchecked.
and what if my event handler has args,how shuould i pass args to the handler?