Checkbox v2
Insert reCAPTCHA v2 checkbox
Please click the checkbox
Props
| key | type | default | description |
|---|---|---|---|
as | string | 'div' | What element to render |
theme | 'light' | 'dark' | 'light' | Theme for reCAPTCHA checkbox |
size | 'normal' | 'compact' | 'normal' | Size for the reCAPTCHA checkbox |
v-model
| key | type | description |
|---|---|---|
modelValue | string | The reCAPTCHA response |
widgetId | string | Widget id for reCAPTCHA checkbox |
About modelValue
You can set modelValue to null or empty string to reset reCAPTCHA checkbox.
Table of Contents