Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<div class="row">
  <div class="col-xs-12">
    <div class="well">
      <strong>Checkbox list:</strong>
      <div class="row checklist">
        <div class="checkbox col-xs-6 col-sm-4 col-md-3 col-lg-2">
          <label style="white-space: nowrap;"><input type="checkbox">Check box 1</label>
        </div>
        <div class="checkbox col-xs-6 col-sm-4 col-md-3 col-lg-2">
          <label style="white-space: nowrap;"><input type="checkbox">Check box 1</label>
        </div>
        <div class="checkbox col-xs-6 col-sm-4 col-md-3 col-lg-2">
          <label style="white-space: nowrap;"><input type="checkbox">Check box 1</label>
        </div>
        <div class="checkbox col-xs-6 col-sm-4 col-md-3 col-lg-2">
          <label style="white-space: nowrap;"><input type="checkbox">Check box 1</label>
        </div>
        <div class="checkbox col-xs-6 col-sm-4 col-md-3 col-lg-2">
          <label style="white-space: nowrap;"><input type="checkbox">Check box 1</label>
        </div>
        <div class="checkbox col-xs-6 col-sm-4 col-md-3 col-lg-2">
          <label style="white-space: nowrap;"><input type="checkbox">Check box 1</label>
        </div>
        <div class="checkbox col-xs-6 col-sm-4 col-md-3 col-lg-2">
          <label style="white-space: nowrap;"><input type="checkbox">Check box 1</label>
        </div>
        <div class="checkbox col-xs-6 col-sm-4 col-md-3 col-lg-2">
          <label style="white-space: nowrap;"><input type="checkbox">Check box 1</label>
        </div>
        <div class="checkbox col-xs-6 col-sm-4 col-md-3 col-lg-2">
          <label style="white-space: nowrap;"><input type="checkbox">Check box 1</label>
        </div>
        <div class="checkbox col-xs-6 col-sm-4 col-md-3 col-lg-2">
          <label style="white-space: nowrap;"><input type="checkbox">Check box 1</label>
        </div>
        <div class="checkbox col-xs-6 col-sm-4 col-md-3 col-lg-2">
          <label style="white-space: nowrap;"><input type="checkbox">Check box 1</label>
        </div>
        <div class="checkbox col-xs-6 col-sm-4 col-md-3 col-lg-2">
          <label style="white-space: nowrap;"><input type="checkbox">Check box 1</label>
        </div>
        
      </div>
    </div>
  </div>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers