Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <ul>
  2. <li>
  3. <input type='radio' value='1' name='radio' id='radio1'/>
  4. <label for='radio1'>Value 1</label>
  5. </li>
  6. <li>
  7. <input type='checkbox' value='2' name='radio' id='radio2'/>
  8. <label for='radio2'>Value 2</label>
  9. </li>
  10. <li>
  11. <input type='radio' value='3' name='radio' id='radio3'/>
  12. <label for='radio3'>Value 3</label>
  13. </li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement