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>
      <legend>When are you available?</legend>   
      <div class="checkbox-wrap">
        <input type="checkbox" name="sunday" id="sunday">
        <label for="sunday">Su</label>
      </div>
       
      <div class="checkbox-wrap">
        <input type="checkbox" name="monday" id="monday">
        <label for="monday">M</label>
      </div>
      
      <div class="checkbox-wrap">
        <input type="checkbox" name="tuesday" id="tuesday">
        <label for="tuesday">Tu</label>
      </div>
      
      <div class="checkbox-wrap">
        <input type="checkbox" name="wednesday" id="wednesday">
        <label for="wednesday">W</label>
      </div>
    
      <div class="checkbox-wrap">
        <input type="checkbox" name="thursday" id="thursday">
        <label for="thursday">Th</label>
      </div>
        
      <div class="checkbox-wrap">
        <input type="checkbox" name="friday" id="friday">
        <label for="friday">F</label>
      </div>
      
      <div class="checkbox-wrap">
        <input type="checkbox" name="saturday" id="saturday">
        <label for="saturday">Sa</label>
      </div>
    </fieldset>
   
    <input type="submit" value="Send">
  </form>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
acacheungpro
0viewers