Weirdly enough – I found one that worked:
input[type=”checkbox”] {
-webkit-appearance: checkbox;
}
Check boxes are not showing on the contact form. I’ve tried a couple of the additional css on here from people that had this issue before and no luck. Thoughts?