I do not know the correct terminology for this, but I want the same effect as onclick but for a check box with jquery or javascript.
onclick version:
$('#input_id').click(function() { // do what you want here... });