The CSS below will remove the “Create An Account” checkbox option at the checkout page
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
display: none;
}
Go to Appearance -> Customize -> Additionnal CSS and paste the CSS there
Hope this helps
Cheers !