7
How can I make my checkbox appear checked for everyone who enters the site once it has been checked? I am creating in the html field of Wix, free version.
The code template I’m using is as follows:
<form name=myform>
<input type="checkbox" name=mybox value="1">Trocar a água dos balde<br>
<input type="checkbox" name=mybox value="2">Verificar balheiro<br>
<input type="checkbox" name=mybox value="3">Espirrar herbal<br>
</form>