diff options
Diffstat (limited to 'docs/html/design/building-blocks/switches.jd')
| -rw-r--r-- | docs/html/design/building-blocks/switches.jd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/html/design/building-blocks/switches.jd b/docs/html/design/building-blocks/switches.jd index c4dfc4b..d9cfd07 100644 --- a/docs/html/design/building-blocks/switches.jd +++ b/docs/html/design/building-blocks/switches.jd @@ -23,3 +23,11 @@ consider a spinner, which uses less space.</p> <p>On/off switches toggle the state of a single settings option.</p> <img src="{@docRoot}design/media/switches_switches.png"> + +<div class="note develop"> +<p><strong>Developer Guide</strong></p> + <p>For information about how to create these different switches, + see the <a href="{@docRoot}guide/topics/ui/controls/checkbox.html">Checkboxes</a>, + <a href="{@docRoot}guide/topics/ui/controls/radiobutton.html">Radio Buttons</a>, or + <a href="{@docRoot}guide/topics/ui/controls/togglebutton.html">Toggle Buttons</a> API guides.</p> +</div> |
