Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <div id="checks">
    <label for="all">all</label>
    <input id="all" type="checkbox" name="checkall"/><br/>
    <label for="one">one</label>
    <input id="one" type="checkbox" name="check1"/><br/>
    <label for="two">two</label>
    <input id="two" type="checkbox" name="check2"/><br/>
    <label for="three">three</label>
    <input id="three" type="checkbox" name="check3"/><br/>
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers