Checkboxes

  • There should be one checkbox on the page.
  • The label of the checkbox should be "Select me or not"
  • The user should be able to select the checkbox
  • The Submit button should always be enabled
  • After submitting the user should get the following result:
    • if the checkbox was not selected, then the result is not displayed
    • if a checkbox has been selected, the name of the selected checkbox is displayed to the user