1. .....
  2. .......
  3. if (document.getElementById('agreed').checked) {
  4.           <?php wp_redirect( '/start-here', 301 ); exit; ?>
  5. } else {
  6.   .....
  7.   .......          
  8. }
  9. ....
  10. ...