The Wayback Machine - https://web.archive.org/web/20151012230753/http://developer.xamarin.com/api/property/Android.Widget.CompoundButton.Checked/
Android Guides | Samples

Android.Widget.CompoundButton.Checked Property

Syntax

[get: Android.Runtime.Register("isChecked", "()Z", "GetIsCheckedHandler")]
[set: Android.Runtime.Register("setChecked", "(Z)V", "GetSetChecked_ZHandler")]
public virtual Boolean Checked { get; set; }

Remarks

Get method documentation [Android Documentation]

Set method documentation [Android Documentation]

Changes the checked state of this button.

Requirements

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