diff options
Diffstat (limited to 'core/java/android/widget/CheckBox.java')
| -rw-r--r-- | core/java/android/widget/CheckBox.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/widget/CheckBox.java b/core/java/android/widget/CheckBox.java index ff63a249d769..b89c2a933f56 100644 --- a/core/java/android/widget/CheckBox.java +++ b/core/java/android/widget/CheckBox.java @@ -41,6 +41,9 @@ import android.util.AttributeSet; * } * } * </pre> + * + * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-formstuff.html">Form Stuff + * tutorial</a>.</p> * * <p><strong>XML attributes</strong></p> * <p> |
