I can apply the following CSS style to the HTML View above
<style>
#checkboxEl_Test_1{visibility:hidden;display:none}
.checkboxEl_Test_1{visibility:hidden;display:none}
*.checkboxEl_Test_1{visibility:hidden;display:none}
checkboxEl_Test_1{visibility:hidden;display:none}
</style>
and cause the actual Checkbox to be hidden. AFAIK, the only way I can make the "label" for that Checkbox also be hidden is to use CSS which -- AFAIK -- requires that the "label" tag be given an "id" attribute.
So... does anyone know how to apply CSS to the label of a form's input field? Or, Team Zoho, can you please implement such an update which simply requires changing "label" tags to start having an "id" attribute?
Thanks!
Stefan