mdb-ui-kit/docs/material-design/test.md

29 lines
437 B
Markdown
Raw Normal View History

---
layout: docs
title: Test
group: material-design
---
{% 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">
<label>
2015-12-16 02:52:47 +03:00
<input type="checkbox">
Bluetooth
</label>
</div>
2015-12-16 02:52:47 +03:00
<div class="switch">
<label>
2015-12-16 02:52:47 +03:00
<input type="checkbox" disabled>
This is disabled
</label>
2015-12-16 02:52:47 +03:00
</div>
</form>
{% endexample %}