Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html ng-app="ionicApp">
  <head>
<meta name="description" content="An Ionic Checkbox With An X Instead of A Check" />
    <meta charset="utf-8">
    <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
    
    <title>Ionic Xbox</title>
    <link href="http://code.ionicframework.com/1.0.0-beta.11/css/ionic.css" rel="stylesheet">
    
    <script src="http://code.ionicframework.com/1.0.0-beta.11/js/ionic.bundle.js"></script>
  </head>
  <body ng-controller="MainCtrl">
    
    <ion-header-bar class="bar-positive">
      <h1 class="title">Ionic Xbox</h1>
    </ion-header-bar>
             
    <ion-content>
      
      <div class="list">
    <li class="item item-checkbox item-text-wrap checkbox-assertive" >
        <label class="checkbox xbox">
            <input type="checkbox" ng-checked="true">
        </label>
        An X Box
    </li>
        
        
      
    </ion-content>
    
  </body>
</html>
Output

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

Dismiss x
public
Bin info
calendeepro
0viewers