mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
remove div.handle from checkbox
This commit is contained in:
@ -20,17 +20,15 @@
|
||||
<ul class="list">
|
||||
<li class="list-item">
|
||||
Airplane Mode
|
||||
<label class="checkbox" id="airplaneMode">
|
||||
<div class="checkbox" id="airplaneMode">
|
||||
<input type="checkbox" name="airplaneMode">
|
||||
<div class="handle"></div>
|
||||
</label>
|
||||
</div>
|
||||
</li>
|
||||
<li class="list-item">
|
||||
Do Not Disturb
|
||||
<label class="checkbox" id="doNotDisturb">
|
||||
<div class="checkbox" id="doNotDisturb">
|
||||
<input type="checkbox" name="doNotDisturb" checked="checked">
|
||||
<div class="handle"></div>
|
||||
</label>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@ -38,5 +36,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<script src="../dist/js/ionic.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user