Is it possible to customize the Vuetify timeline circle with a checkbox instead?
<div id="app">
<v-app id="inspire">
<v-timeline>
<v-timeline-item>timeline item</v-timeline-item>
</v-timeline>
<!-- Customized Checkbox
<v-checkbox v-model="checkbox1" :label="`Checkbox 1: ${checkbox1.toString()}`">
-->
</v-app>
</div>