​
​
​

Initializes a new instance of the CheckFormField class.

CheckFormField(Bool)

​public CheckFormField(bool isChecked);
​Public Sub New(ByVal isChecked As Boolean)

Parameters

Parameter Description
isChecked Specifies whether the checkbox is initially checked or unchecked. When this parameter is true, it is checked.
​