Add bidi support comments to CheckBox and RadioButton
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9817 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/user/client/ui/CheckBox.java b/user/src/com/google/gwt/user/client/ui/CheckBox.java
index 9f6ad86..54a50fc 100644
--- a/user/src/com/google/gwt/user/client/ui/CheckBox.java
+++ b/user/src/com/google/gwt/user/client/ui/CheckBox.java
@@ -44,7 +44,15 @@
* <p>
* <img class='gallery' src='doc-files/CheckBox.png'/>
* </p>
- *
+ *
+ * <p>
+ * <h3>Built-in Bidi Text Support</h3>
+ * This widget is capable of automatically adjusting its direction according to
+ * its content. This feature is controlled by {@link #setDirectionEstimator} or
+ * passing a DirectionEstimator parameter to the constructor, and is off by
+ * default.
+ * </p>
+ *
* <h3>CSS Style Rules</h3>
* <dl>
* <dt>.gwt-CheckBox</dt>
diff --git a/user/src/com/google/gwt/user/client/ui/RadioButton.java b/user/src/com/google/gwt/user/client/ui/RadioButton.java
index cdc0431..7cdb948 100644
--- a/user/src/com/google/gwt/user/client/ui/RadioButton.java
+++ b/user/src/com/google/gwt/user/client/ui/RadioButton.java
@@ -36,7 +36,15 @@
* <p>
* <img class='gallery' src='doc-files/RadioButton.png'/>
* </p>
- *
+ *
+ * <p>
+ * <h3>Built-in Bidi Text Support</h3>
+ * This widget is capable of automatically adjusting its direction according to
+ * its content. This feature is controlled by {@link #setDirectionEstimator} or
+ * passing a DirectionEstimator parameter to the constructor, and is off by
+ * default.
+ * </p>
+ *
* <h3>CSS Style Rules</h3>
* <dl>
* <dt>.gwt-RadioButton</dt>