No, it should show that the field is required with the client side validation.
There are 2 types of validations, the first is that we automatically add a required validation, so when not checked it will show the required message. The second validation is the recaptcha validation itself and the recaptcha validation only happens on the server after sending the form, the required check is to prevent sending the form when the recaptcha has not been checked.