Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The CheckBoxChecked property gets or sets the current checked state of a given check box control. When you defined the check box during the Init method, you gave it a unique key. You must pass that key in order to get or set its value. When this property is true, then the check box is checked.

...