Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<label class="custom">
  <input type="checkbox">
  <span class="custom__checkbox"></span>
  <span class="text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptates, cum.</span>
</label>
</body>
</html>
 
.checkbox {
  display: none
}
.label .custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: blue;
}
.checkbox:checked + .custom-checkbox {
  background-color: red;
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
tilonorrincopro
0viewers