# check-box
check-box
is a custom checkbox component. Unlike the default type="checkbox"
, this component renders a tick without the box ✔️.
This is how you can use it in your application.
<template>
<check-box/> Enter your textx here Example: "Accept our terms and conditions."
</template>