Version 2.1.4 – checkboxes issue
-
Hello,
from version 2.1.4, the checkboxes have issues. The first checkbox in the form does’nt even display the label and the following checkboxes are still displaying the label above the checkbox.
the generated HTML looks like this:
1st checkbox:
<p><input label="whatever"></p>
next checkboxes:
<p><label>whatever</label><br><input...></p>
I believe it should looks like:
<p><input...> <label>whatever</label></p>
Kr,
- The topic ‘Version 2.1.4 – checkboxes issue’ is closed to new replies.