@import '_input-base';

input[type="radio"] {
  .input-base();
  border-radius: 50%;

  &:checked {
    background-image: var(--radio-icon);
  }
}
