Auth0 Recaptcha Implemention with Vue

I am implementing the Auth0 Bot detecting using Recaptcha on a Vue front-end project. I am able to render the recaptcha with the help of the renderCaptcha method, but am trying to figure out how I can detect whether the user has clicked on the checkbox or not.
Is there any way of finding out when a user has clicked or not?