S
stromb0li
Guest
When having a single checkbox, the explain label is overlayed on the checkbox vs beneath it.
HTML:
You'll see this:
Continue reading...
HTML:
Code:
<xf:checkboxrow label="My Checkbox" hint="Poor man's boolean" explain="moo">
<xf:option name="nonarraycheckbox" value="1" checked=""></xf:option>
</xf:checkboxrow>
You'll see this:
Continue reading...