Post
by jsetzer » 2023-04-29 09:54
Well, technically speaking, checkboxes do not have a descriptive label at the left of the (checkbox) control but only the label at the right hand side of the checkbox (in LTR layouts).
If you hide those labels, your users will not know the purpose of the checkboxes and therefore this would be bad user interface design and might become confusing especially with multiple checkboxes per page. I cannot recommend it.
Anyway, if you really want to, check the HTML code using browser's dev tools. Find the label element, then find the related input. Move the input element outside the label element, then hide or remove the label, using javascript.
I cannot recommend it and, by now, I'm not planning to implement such a feature for usability reasons.
But if there is good reason in your specific usecase for hiding checkbox labels, feel free to describe your aim and perhaps upload a screenshot or mockup. If this is useful, I may consider implementing a solution in a future release.
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readability
AppGini 24.14 Revision 1665 + all AppGini Helper tools