Answers for "can i make a div a checkbox"

0

how to make a div a checkbox html

input {
  display:none;
}
:checked + label {
  border: 1px solid rgba(81, 203, 238, 1);
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
Posted by: Guest on April-26-2021

Code answers related to "can i make a div a checkbox"

Browse Popular Code Answers by Language