Answers for "create checkbox div tag"

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

Browse Popular Code Answers by Language