How To Pass Ccheckboxcolumn Values To Javascript?

I have a CCheckBoxColumn in my CgridView and I want to notify Javascript to perform some actions when the values of these checkboxes change. How can I notify a JS function with data from the model corresponding to the checked(or unchecked) row?


	

array(

  'class'=>'CCheckBoxColumn',

  'id'=>'checkbox_visible',

  'selectableRows' => 3,

  'header'=>'Show', 

  'checked'=>'true',		

)