Gets and sets whether the checkbox is checked (unless DataBound)

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Field Value

A Boolean

See Also