Jun 23, 2025 4:09 am
Hello,
I've added "AgreementCheckbox" field, but the checkmark is missing...
I've deactivated all plugins with no luck, also tried to add a Multiple Choice (checkbox) field - I got the same issue.
please check the link i provided in website url
Thanks!
Sara.
4 Replies
Jun 23, 2025 11:29 pm
Well Asti, I fixed all the JS errors on my website and the console is clean , and the checkmark was still missing...
I've managed to fix the issue with only css:
input[type="checkbox"] {
appearance: auto !important;
-webkit-appearance: auto !important;
accent-color: #0073aa;
width: 16px;
height: 16px;
vertical-align: middle;
margin-inline-end: 6px;
}
Thanks anyway...



