• 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...>&nbsp;<label>whatever</label></p>

    Kr,

    • This topic was modified 5 years, 11 months ago by tensazangetsu.
    • This topic was modified 5 years, 11 months ago by tensazangetsu.
  • The topic ‘Version 2.1.4 – checkboxes issue’ is closed to new replies.