Class CheckBoxDescription
The description of a Web CheckBox test object.
Inheritance
CheckBoxDescription
Inherited Members
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class CheckBoxDescription : FormFieldDescription, ICloneable, IDescription
Constructors
CheckBoxDescription()
Declaration
public CheckBoxDescription()
Properties
IsChecked
Indicates whether the check box is checked. Null if indeterminate.
Declaration
public bool? IsChecked { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IsEnabled
Indicates whether the object is enabled. Null if disabled.
Declaration
public bool? IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |