YAML-Formular Radiobuttons


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <div class="type-check">
  2. <input type="radio" name="vote" value="Option 1" id="vote1" />
  3. <label for="vote1">Option 1</label>
  4. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.