ASP.NET Pack Programmer's Guide
CheckBox.Checked Property
See Also
 





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

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public bool Checked { get; set; }

Visual Basic  Copy Code

Public Property Checked As Boolean

 Property Value

Type: Boolean
true to indicate a checked state, otherwise false. The default is false.

 See Also

CheckBox Members
CheckBox Class
MindFusion.UI.WebForms Namespace