Constructor CheckBox
CheckBox(string)
Initializes a new instance of the CheckBox class with the specified text.
public CheckBox(string text)
Parameters
text
string
CheckBox()
Initializes a new instance of the CheckBox class.
public CheckBox()