Checked Property (IInputCheckBoxField)
In This Topic
Gets a value indicating whether the checkbox is checked.
Syntax
'Declaration
ReadOnly Property Checked As Boolean
Property Value
A
System.Boolean value.
true
if the checkbox is checked; otherwise,
false
.
See Also