Hi Deepthi,
Yes this is possible.
Here is an example on checkbox:
checked : true,
change : function() {if(oCB.getChecked()){alert('YES')}else{alert('NO')};}
Refer to the link below for more information:
See the examples on the link.
Regards,
Ashvin