Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <form action="#" class="myForm">
    <ul>
      <li>
        <input type="checkbox" id="pref-1" name="pref-1" value="1"><label for="pref-1">Foo</label>
      </li>
      <li>
        <input type="checkbox" id="pref-2" name="pref-2" value="2"><label for="pref-2">Bar</label>
      </li>
      <li>
        <input type="checkbox" id="more" name="more" value="true"><label for="more">More options</label>
        <ul class="moreOpts">
          <li>
            <input type="checkbox" id="pref-3" name="pref-3" value="3"><label for="pref-3">Baz</label>
          </li>
          <li>
            <input type="checkbox" id="pref-4" name="pref-4" value="3"><label for="pref-4">Qux</label>
          </li>
        </ul>
      </li>
    </ul>
  </form>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
Joeytje50pro
0viewers