mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 22:27:09 +03:00
29 lines
437 B
Markdown
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 %}
|