Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragchhatrala committed Nov 6, 2024
1 parent b968cc2 commit 6e4b1cc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions client/components/forms/CheckboxInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
</template>

<div class="flex space-x-2 items-center">
<VCheckbox
:id="id ? id : name"
v-model="compVal"
:value="value"
:disabled="disabled ? true : null"
:name="name"
:color="color"
:theme="theme"
/>
<div>
<VCheckbox
:id="id ? id : name"
v-model="compVal"
:value="value"
:disabled="disabled ? true : null"
:name="name"
:color="color"
:theme="theme"
/>
<div>
<slot name="label">
<label
:aria-label="id ? id : name"
Expand Down

0 comments on commit 6e4b1cc

Please sign in to comment.