Gets or sets a value indicating whether this C1SwitchButton toggled on.

Namespace:  C1.Web.iPhone.C1SwitchButton
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public bool Checked { get; set; }
Visual Basic
Public Property Checked As Boolean
	Get
	Set

Field Value

true if on; otherwise, false.

See Also