2015-12-11 20:07:03 +03:00
|
|
|
---
|
|
|
|
layout: docs
|
|
|
|
title: Test
|
|
|
|
group: material-design
|
|
|
|
---
|
|
|
|
|
2015-12-15 01:42:22 +03:00
|
|
|
{% example html %}
|
2015-12-16 02:52:47 +03:00
|
|
|
<form>
|
|
|
|
<div class="switch">
|
2015-12-14 23:19:17 +03:00
|
|
|
<label>
|
2015-12-16 02:52:47 +03:00
|
|
|
<input type="checkbox" checked>
|
|
|
|
Wi-Fi
|
2015-12-14 23:19:17 +03:00
|
|
|
</label>
|
2015-12-16 02:52:47 +03:00
|
|
|
</div>
|
|
|
|
<div class="switch">
|
2015-12-15 01:42:22 +03:00
|
|
|
<label>
|
2015-12-16 02:52:47 +03:00
|
|
|
<input type="checkbox">
|
|
|
|
Bluetooth
|
2015-12-15 01:42:22 +03:00
|
|
|
</label>
|
|
|
|
</div>
|
2015-12-16 02:52:47 +03:00
|
|
|
<div class="switch">
|
2015-12-15 01:42:22 +03:00
|
|
|
<label>
|
2015-12-16 02:52:47 +03:00
|
|
|
<input type="checkbox" disabled>
|
|
|
|
This is disabled
|
2015-12-15 01:42:22 +03:00
|
|
|
</label>
|
2015-12-16 02:52:47 +03:00
|
|
|
</div>
|
2015-12-11 20:07:03 +03:00
|
|
|
</form>
|
|
|
|
{% endexample %}
|