Answer the question
In order to leave comments, you need to log in
How to set jquery validate to type=checkbox with display:none?
Good afternoon Colleagues! How to check checkbox with display:none in form?
Project: https://codepen.io/anon/pen/OQzGxM
Answer the question
In order to leave comments, you need to log in
Do not display:none
But something like:
form .checkbox {
height: auto;
margin: 0;
opacity: 0;
z-index: -1;
position: absolute;
left: -9999.9rem;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question