am 2fe85a10: Merge "Docs: "radio button"->"checkbox" in "Tip" at bottom of doc Bug: 10641902" into jb-mr2-docs

* commit '2fe85a10abcb216dded99792466124f7f80574f2':
  Docs: "radio button"->"checkbox" in "Tip" at bottom of doc Bug: 10641902
This commit is contained in:
David Friedman
2013-09-27 10:30:06 -07:00
committed by Android Git Automerger

View File

@@ -94,7 +94,7 @@ must have a signature exactly as shown above. Specifically, the method must:</p>
android.view.View} that was clicked)</li>
</ul>
<p class="note"><strong>Tip:</strong> If you need to change the radio button state
<p class="note"><strong>Tip:</strong> If you need to change the checkbox state
yourself (such as when loading a saved {@link android.preference.CheckBoxPreference}),
use the {@link android.widget.CompoundButton#setChecked(boolean)} or {@link
android.widget.CompoundButton#toggle()} method.</p>