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/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
</style>
</head>
<body>
  
  <form id="form1" name="form1" method="post" action="">
    <input type="checkbox" name="choix[]" value="check1"> Check 1<br>
    <input type="checkbox" name="choix[]" value="check2"> Check 2<br>
    <input type="checkbox" name="choix[]" value="check3"> Check 3<br>
    <input type="checkbox" name="choix[]" value="check4"> Check 4<br>
    
    <br>
    <input type="submit" value="Envoyer">
  </form>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
jitendravyaspro
0viewers