I want to have a hidden checkbox that doesn\'t take up any space on the screen.
If I have this:
Since the release of HTML5 one can now simply do:
This div is hidden
Note: This is not supported by some old browsers, most notably IE < 11.
Hidden Attribute Documentation (MDN,W3C)