Here is additional filter that will make “ship to a different address” unchecked by default on Checkout page
add_filter( 'woocommerce_ship_to_different_address_checked', '__return_false' );
Just copy/paste it to child theme functions.php and save changes.