diff --git a/src/icon-toggle/README.md b/src/icon-toggle/README.md new file mode 100755 index 00000000..5413dde2 --- /dev/null +++ b/src/icon-toggle/README.md @@ -0,0 +1,65 @@ +##Introduction +The Material Design Lite (MDL) **icon-toggle** component is an enhanced version of the standard HTML `` element. An icon-toggle consists of a user defined icon that indicates, by visual highlighting, a binary condition that will be set or unset when the user clicks or touches it. Like checkboxes, icon-toggles may appear individually or in groups, and can be selected and deselected individually. + +Icon_toggles, particularly as a replacement for certain checkboxes, can be a valuable feature in user interfaces, regardless of a site's content or function. Their design and use is therefore an important factor in the overall user experience. See the icon-toggle component's [Material Design specifications page](http://www.google.com/design/spec/components/buttons.html#buttons-other-buttons) for details. + +The icon-toggle component can have a more customized visual look than a standard checkbox, and may be initially or programmatically *disabled*. + +##Basic use +To use any MDL component, you must include the minified CSS and JavaScript files using standard relative-path references in the `` section of the page, as described in the MDL Introduction. + +###To include an MDL **icon-toggle** component: + + 1. Code a `