Sets a value indicating whether the check_box is in the checked state.
Parameters
checked
true if the check_box is in the checked state; otherwise, false. The default value is false.
Remarks
When the value is true, the check_box portion of the control displays a check mark. If the appearance property is set to button, the control will appear sunken when checked is true and raised like a standard button when false.