input[type=checkbox].ios8-switch {
  position:absolute;
  margin:8px 0 0 16px
}
input[type=checkbox].ios8-switch+label {
  position:relative;
  padding:5px 0 0 50px;
  line-height:2em
}
input[type=checkbox].ios8-switch+label:after,
input[type=checkbox].ios8-switch+label:before {
  content:"";
  position:absolute;
  display:block;
  top:0;
  border-radius:16px;
  transition:.3s
}
input[type=checkbox].ios8-switch+label:before {
  left:0;
  width:40px;
  height:24px;
  background:#d8d8d8
}
input[type=checkbox].ios8-switch+label:after {
  left:0;
  width:24px;
  height:24px;
  background:#fff;
  border:1.5px solid #c9e0ee
}
input[type=checkbox].ios8-switch:checked+label:after {
  margin-left:16px;
  border-color:#bbf247
}
input[type=checkbox].ios8-switch:checked+label:before {
  background:#bbf247
}