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>
  <div class="field">
    <input type="checkbox" name="foo[]" id="foo-001" value="foo-001">
    <label for="foo-001">Foo 001</label>
  </div>
  <div class="field">
    <input type="checkbox" name="foo[]" id="foo-002" value="foo-002">
    <label for="foo-002">Foo 002</label>
  </div>
  <div class="field">
    <input type="checkbox" name="foo[]" id="foo-003" value="foo-003">
    <label for="foo-003">Foo 003</label>
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers