Android.Preferences.CheckBoxPreference Class
A Android.Preferences.Preference that provides checkbox widget functionality.

See Also: CheckBoxPreference Members

Syntax

[Android.Runtime.Register("android/preference/CheckBoxPreference", DoNotGenerateAcw=true)]
public class CheckBoxPreference : TwoStatePreference

Remarks

A Android.Preferences.Preference that provides checkbox widget functionality.

This preference will store a boolean into the SharedPreferences.

[Android Documentation]

Requirements

Namespace: Android.Preferences
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1