Radio Buttons

Radio button supports disabled and checked attributes

  1. <div class="radio abc-radio abc-radio-primary">
  2. <input type="radio" name="radio1" id="radio1" value="option1" checked>
  3. <label for="radio1">
  4. <span class="abc-label-text">Radio</span>
  5. </label>
  6. </div>
Simply add radio abc-radio abc-radio-primary classes to radio container and abc-label-text class to label.

Find DEMOs here!