Checkbox Example: Responding to the keyboard

  • Adding tabindex="0" to make part of tab order of the page.
  • Add onKeyDown event handler to toggle checkbox when space key is pressed.

Example

Part 1 on WebEdit

Pizza Toppings
Mushrooms
Spinach

HTML Source Code


CSS Source Code


Javascript Source Code