Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <link href="https://rawgit.com/fronteed/iCheck/1.x/skins/all.css" rel="stylesheet">
  <script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
  <script src="https://rawgit.com/fronteed/iCheck/1.x/icheck.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <label for="my_cb">Please check:</label>
  <input id="my_cb" name="something" type="checkbox" value="yes_n" />
  
  <div id="row1">Row 1</div>
  <div id="row2">Row 2</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers