Updating A Content In A Div For Every Every Checkboxlist Datum Being Checked

I have two divisions in my view: left and right.

The left portion displays a checkboxlist (just being rendered partially from another view and is updated through AJAX form submission). I want that for every single click for the check box, the datum being selected is automatically displayed in the right portion (and if possible, disappears again and the checkbox will be back to uncheck when I click the data in the right portion).

Need tips. . .

You can use jQuery. Setup a handler for the change event on your checkboxes and in the handler you can update the display in the right.