I want to have a hidden checkbox that doesn\'t take up any space on the screen.
If I have this:
Use style="display: none;". Also, you probably don't need to have the DIV, just setting the style to display: none on the checkbox would probably be sufficient.
style="display: none;"
display: none