Bug Explain on checkboxrow overlaps checkbox

There is a bug in this version
S

stromb0li

Guest
When having a single checkbox, the explain label is overlayed on the checkbox vs beneath it.

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:
1730059980545.webp

Continue reading...