I'm having an issue where the true/false value of a checkbox on a form of mine is not getting set no matter if it's checked or unchecked. Is there a special way to set up boolean inputs in Miva?
<input id="myfield" class="flex-column__checkbox" type="checkbox" name="myfield" value="&mvte:global:myfield;">
<input id="myfield" class="flex-column__checkbox" type="checkbox" name="myfield" value="&mvte:global:myfield;">
Comment