Android.Resource.Attribute.StateCheckable Field
State identifier indicating that the object may display a check mark.

Value: 16842911

Syntax

[Android.Runtime.Register("state_checkable")]
public const int StateCheckable

Remarks

State identifier indicating that the object may display a check mark. See Android.Resource.Attribute.StateChecked for the identifier that indicates whether it is actually checked.

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