1

I have custom checkboxes (show images for states checked and unchecked). but when i submit a form i get the following error n invalid form control with name='X' is not focusable.

I can understand the reason. but How i can have a foucusable transparent checkbox?

input[type="checkbox"] {
  outline: none !important;
  display: none;
}
  • Browser: Chromium 25.0.1364.160
  • Framwrok : Flat-UI
rkmax
  • 17,633
  • 23
  • 91
  • 176

0 Answers0