.Checkbox_themed {
  padding-left: 1.2em;
}

.Checkbox__input_themed {
  position: absolute;
  width: 1px;
  height: 1px;

  overflow: hidden;
  clip: rect(0 0 0 0);

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.Checkbox__image_themed {
  position: absolute;
  margin-left: -1.2em;
  width: 1em;
  height: 1em;
}
