<link href="lib/ionic/css/ionic.css?ionicCachebuster=97897" rel="stylesheet">
<link href="css/style.css?ionicCachebuster=97897" rel="stylesheet">
<!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above
<link href="css/ionic.app.css" rel="stylesheet">
-->
<!-- ionic/angularjs js -->
<script src="lib/ionic/js/ionic.bundle.js?ionicCachebuster=97897"></script>
<!-- cordova script (this will be a 404 during development) -->
<!-- Cordova is bootstrapped by ionic-service-core, uncomment this if you remove ionic-service-core... -->
<!-- your app's js -->
<script src="js/app.js?ionicCachebuster=97897"></script>
<ion-pane>
<ion-header-bar class=" bar bar-header bar-balanced" id="header">
<h1 class="title">meEat</h1>
</ion-header-bar>
<form action="results.html" method="GET">
<ul class="list">
<li class="item item-checkbox">
<label class="checkbox">
<input type="checkbox">
</label>
Halal
</li>
<li class="item item-checkbox">
<label class="checkbox">
<input type="checkbox">
</label>
Kosher
</li>
<li class="item item-checkbox">
<label class="checkbox">
<input type="checkbox">
</label>
Vegan
</li>
<li class="item item-checkbox">
<label class="checkbox">
<input type="checkbox">
</label>
Vegetarian
</li>
<li class="item item-checkbox">
<label class="checkbox">
<input type="checkbox">
</label>
Paleo
</li>
<li class="item item-checkbox">
<label class="checkbox">
<input type="checkbox">
</label>
Pescatarian
</li>
</ul>
</form>
<form action="results.html">
<input type="submit" value="Find Restaurants">
</form><a href="mailto:"></a>
<ion-content>
</ion-content>
</ion-pane>
The header" meEat" is blocking the first checkbox choice Halal. Help please