I\'m working on a form for a client and he has given me the task to create a show/hide effect when certain checkbox in unselected.
$("#checkboxID").change(function() { $("#targetToHideAndShow").toggle() } );