How would you design a webpage <form> which contains a "checkbox" that when checked and the 'submit' button is pressed will automatically redirect the user to another webpage??
If the "checkbox" is not checked and the 'submit' button is pressed, then it will not direct user to another webpage.
I want to use JavaScript for this.