How can I make my checkbox appear checked for everyone who logs in to the site once it has been checked? I'm creating in the html field of wix, free version.
The code model 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>