Small fixes

This commit is contained in:
Chloe Herd 2024-07-09 13:01:33 -04:00
parent 4930b41448
commit 58ea248079

View file

@ -9,7 +9,7 @@
class="form-check-input me-2" class="form-check-input me-2"
type="checkbox" type="checkbox"
aria-checked="false" aria-checked="false"
:name="inputId" :name="checkboxName"
:validationRules="validationRules" :validationRules="validationRules"
:id="inputId" :id="inputId"
:tabindex="tabIndex" :tabindex="tabIndex"
@ -65,6 +65,7 @@ export default {
meta, meta,
errors, errors,
resetField, resetField,
inputId,
}; };
}, },
props: { props: {