Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <div class="container">
  2. <div class="">
  3. <div class="form-check" style="background:green;">
  4. <input class="form-check-input my-3" type="radio" id="hmo_yes2" name="hmo" value="false"
  5. autocomplete="off" data-next="property_numbers">
  6. <label for="hmo_yes2" class="form-check-label d-block p-3">Yes</label>
  7. </div>
  8. <div class="form-check" style="background:red">
  9. <input class="form-check-input my-3" type="radio" class="required" id="hmo_no2" name="hmo"
  10. value="false" autocomplete="off" data-next="property_numbers"></a>
  11. <label for="hmo_no2" class="form-check-label p-3">No</label>
  12. </div>
  13. </div>
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement