0👍
In my case I add padding-left 8px to the checkbox component. May this help you.
<v-checkbox
v-model="model"
class="pl-2"
:value="item"
:label="item.name"
:color="item.color"
></v-checkbox>
Source:stackexchange.com
0👍
In my case I add padding-left 8px to the checkbox component. May this help you.
<v-checkbox
v-model="model"
class="pl-2"
:value="item"
:label="item.name"
:color="item.color"
></v-checkbox>