SyntaxFix
Write A Post
Hire A Developer
Questions
if you want your check box to keep its height and width but only be invisible:
.hiddenCheckBox{ visibility: hidden; }
if you want your check box to be invisible without any with and height:
.hiddenCheckBox{ display: none; }