web / useAgreementCheckbox
Variable: useAgreementCheckbox ​
constuseAgreementCheckbox:UseAgreementCheckboxReturn
Defined in: apps/web/app/composables/useAgreementCheckbox/useAgreementCheckbox.ts:14
Description ​
Composable for managing agreement checkboxes.
Param ​
string
Returns ​
UseAgreementCheckboxReturn
Example ​
ts
const {
checkboxValue, showErrors, setCheckboxValue, setShowErrors
} = useAgreementCheckbox('checkoutGeneralTerms');