Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <div class="form-check">
  2. <div class="radio">
  3. <label for="radio1" class="form-check-label ">
  4. <input type="radio" id="radio1" name="radios" value="option1" class="form-check-input">Option 1
  5. </label>
  6. </div>
  7. <div class="radio">
  8. <label for="radio2" class="form-check-label ">
  9. <input type="radio" id="radio2" name="radios" value="option2" class="form-check-input">Option 2
  10. </label>
  11. </div>
  12. <div class="radio">
  13. <label for="radio3" class="form-check-label ">
  14. <input type="radio" id="radio3" name="radios" value="option3" class="form-check-input">Option 3
  15. </label>
  16. </div>
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement