diff --git a/docs/xml/Android.Preferences/CheckBoxPreference.xml b/docs/xml/Android.Preferences/CheckBoxPreference.xml index fabf4e69d..2c1d2d2c6 100644 --- a/docs/xml/Android.Preferences/CheckBoxPreference.xml +++ b/docs/xml/Android.Preferences/CheckBoxPreference.xml @@ -244,8 +244,8 @@ System.Boolean - To be added. - To be added. + Returns the checked state. -or- Sets the checked state and saves it to the SharedPreferences. + The checked state. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -279,8 +279,11 @@ System.Boolean - To be added. - To be added. + Returns whether dependents are disabled when this preference is on (true) + or when this preference is off (false). -or- Sets whether dependents are disabled when this preference is on (true) + or when this preference is off (false). + Whether dependents are disabled when this preference is on (true) + or when this preference is off (false). Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -438,8 +441,8 @@ Java.Lang.ICharSequence - To be added. - To be added. + Returns the summary to be shown when unchecked. -or- Sets the summary to be shown when unchecked. + The summary. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -494,8 +497,8 @@ Java.Lang.ICharSequence - To be added. - To be added. + Returns the summary to be shown when checked. -or- Sets the summary to be shown when checked. + The summary. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.