what2watch/scss/plugins/radio/readme.md

290 B

Radio button

A simple way of using radiobuttons

<label>
  <input type='radio' name="radiodemo">
  <span class="checkable">Select me</span>
</label><br><br>

<input id="radiodemo" checked type='radio' name="radiodemo">
<label for="radiodemo" class="checkable">Or me</label>