onCheckbox event

Please tell me how do I write onCheckbox event for grid


grid.attachEvent(“onCheckbox”,function(id,ind,state){
alert("checkbox at row “+id+” cell “+ind+” was "+(state?“checked”:“unchecked”));
});