I am trying to make a set of nine check boxes that correspond to the number pad, so for example, hitting the "7" key on the number pad would make the top left check box check or uncheck accordingly.
What I am unable to determine is how to make the KeyDown be represented so that the items can be selected regardless of whatever is currently focused on the page, and also how to point the KeyDown to the corresponding check box to make it switch from being checked or unchecked. Thank you for your input.