Default click “I have read and agree to the website terms and conditions”

Try this snippet in functions.php for your child theme

add_filter( 'woocommerce_terms_is_checked_default', '__return_true' );

tech