<html>
<body>
<label for="hiddenInput">This label should be visible</label>
<input type="checkbox" id="hiddenInput" style="display: none;"/>
</body>
</html>
<html>
<body>
<label for="hiddenInput">This label should be visible</label>
<input type="checkbox" id="hiddenInput" style="display: none;"/>
</body>
</html>