Week 4
Week 4
https://anees-soomro.neocities.org
Visual Programming
CheckBoxes
• A CheckBox is a small square that either is blank or contains a check mark.
• When the user clicks a CheckBox to select it, a check mark appears in the box.
• If the user clicks the CheckBox again to deselect it, the check mark is removed.
• You can also configure a CheckBox to toggle between three states (checked, unchecked and
indeterminate) by setting its Three-State property to true.
• Any number of CheckBoxes can be selected at a time.