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