mdb-ui-kit/docs/material-design/test.md
2015-12-15 17:52:47 -06:00

29 lines
437 B
Markdown

---
layout: docs
title: Test
group: material-design
---
{% example html %}
<form>
<div class="switch">
<label>
<input type="checkbox" checked>
Wi-Fi
</label>
</div>
<div class="switch">
<label>
<input type="checkbox">
Bluetooth
</label>
</div>
<div class="switch">
<label>
<input type="checkbox" disabled>
This is disabled
</label>
</div>
</form>
{% endexample %}