From e87062158277c43badf13fb59a57e7ddb73715da Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sat, 15 Aug 2026 11:42:08 -0500 Subject: [PATCH] Document CheckBoxPreference overrides Refs #145 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../CheckBoxPreference.xml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) 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.