• Resolved Suzi Wilson

    (@suziwilson)


    On my form I have changed the status of checkmarks from true to false but the form still shows each item as checked. Here is a sample of one of the checkmark lines:

    <label>
    <input name=”INTERESTS[fc2ca85725][]” type=”checkbox” value=”395c7a34a2″
    checked=”false”> <span>Floating for Stress Relief</span>
    </label>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Lap

    (@lapzor)

    What is you just remove the “checked=…” attribute? That should leave it unchecked.
    I think as soon as you add any checked=”” attribute, with or without a value after the = sign, it will check the box in most browsers.

    https://www.w3schools.com/tags/att_input_checked.asp

    Hope that helps. If you have any questions, please let us know!

Viewing 1 replies (of 1 total)
  • The topic ‘Checkmark = “false” not working’ is closed to new replies.