Initializes a new instance of the Check
public CheckFormField(bool isChecked);
Public Sub New(ByVal isChecked As Boolean)
Parameter | Description |
---|---|
is |
Specifies whether the checkbox is initially checked or unchecked. When this parameter is true, it is checked. |