Creates a new CheckBox control.
object.Controls.Add("CheckBox")
$CheckBox = $Form.Controls.Add("CheckBox")
Applies To: ControlCollection