Android.Resource.Attribute.StateChecked Field
State identifier indicating that the object is currently checked.

Value: 16842912

Syntax

[Android.Runtime.Register("state_checked")]
public const int StateChecked

Remarks

State identifier indicating that the object is currently checked. See Android.Resource.Attribute.StateCheckable for an additional identifier that can indicate if any object may ever display a check, regardless of whether state_checked is currently set.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

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