Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

input type checkbox and hide checkbox

label{ cursor:pointer; user-select:none; }
input:checked + span::before {
  content: 'un';
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #input #type #checkbox #hide #checkbox
ADD COMMENT
Topic
Name
7+4 =