mdb-ui-kit/docs/4.0/material-design/selections.md
FezVrasta 750ba9b897 The big leap 🚀💨
2017-08-11 16:59:31 +02:00

2.4 KiB

layout title group
docs Selections material-design

Contents

  • Will be replaced with the ToC, excluding the "Contents" header {:toc}

Switches

{% example html %}

Wi-Fi
Bluetooth
This is disabled
{% endexample %}

Radios

{% example html %}

Option one is this and that—be sure to include why it's great
Option two can be something else and selecting it will deselect option one
Option three is disabled
1 2 3 {% endexample %}

Checkboxes

{% example html %}

Check me out
I'm selected because I seem like the safe choice
Option is disabled because it is scary
1 2 3 {% endexample %}