Gets or sets a value indicating whether the button is checked.

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

Syntax

JavaScript
function get_checked();
function set_checked(value);

Field Value

Remarks

Set this property to true to indicate checked state; otherwise, false. The default is false.

See Also