$(function() { if($("#wants_to_drive").is(":checked")) $("#driving_license").show(); else $("#driving_license").hide(); $("#wants_to_drive").click( function(e) { if($("#wants_to_drive").is(":checked")) $("#driving_license").show(); else $("#driving_license").hide(); } ); }); ' ]); } ?>