OOOOPS. Your browser seems to be too old for this. Please update your browser.
Teutonic CSS
Use it

Radio

Streamlined radio elements in a familar but unified look.

Syntax: input[type=radio].radio
SCSS: _radio-checkbox.scss

Warrenty

<div class="read_m">
  <h4 class="bo-b_xs pa-b_xs">
    Warrenty
  </h4>
  <div class="grid-auto gap-no">
    <label class="box">
      <input class="radio" type="radio" name="insurance" checked>
      1 year
    </label>
    <label class="box">
      <input class="radio" type="radio" name="insurance">
      2 years
    </label>
    <label class="box">
      <input class="radio" type="radio" name="insurance">
      3 years
    </label>
  </div>
</div>