Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <form action="" name="forms">
  2. <label for="box1">
  3. <input type="checkbox" class="switch" id="box1">
  4. <div>switch1</div>
  5. </label>
  6. <label for="box2">
  7. <input type="checkbox" class="switch" id="box2" disabled>
  8. <div>switch2</div>
  9. </label>
  10. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement