Sets or gets whether a checkbox is checked.
Setting the checked
property to true
places a check in
the checkbox. Setting it to false
removes the check from the checkbox.
Getting the checked
property returns
whether the checkbox is checked or unchecked.