div.radio label input[type='radio'] {
  -webkit-appearance: radio;
}

div.checkbox label input[type='checkbox'] {
  -webkit-appearance: checkbox;
}
