Checkboxes

  • There should be three checkboxes on the page.
  • The label of the checkboxes should be:
    • "One"
    • "Two"
    • "Three"
  • The user should be able to select any checkbox
  • The Submit button should always be enabled
  • After submitting the user should get the following result:
    • if no checkbox was selected, then the result is not displayed
    • if a checkbox has been selected, the name(s) of the selected checkbox(es) is(are) displayed to the user