I have a checkbox:
This content should app
$("#mycheckbox").change(function(){ $(this).next().toggle(this.checked); });