Terms and Conditions
Get the user to check the terms and conditions checkbox
Preview
Agree to our Terms & Conditions
Usage
//
<script>
import { Terms } from '@magnito2/crypttops-library/formelements';
export default {
components: {
Terms
}
}
</script>
<template>
<div>
<Terms />
</div>
</template>