I have a checkbox:
This content should app
if ($("#mycheckbox").checked) { $("div").style.display = "block"; }