Value

Radio Style

by JQ Purfect

HTML

<span><input type="radio" id="1"></span>
<span><input type="checkbox" id="2"></span>

CSS

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  width: 15px;
  height: 15px;
}