Skip to content

Commit

Permalink
Allow checkboxes to be disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvdo committed Dec 7, 2021
1 parent ec34f31 commit 41ead01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/generics/inputs/InputCheckbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
class="is-checkradio is-primary"
type="checkbox"
v-model="value_"
:disabled="disabled"
@change="$emit('change')"
/>
<label :for="'c2c-checkbox' + _uid">
Expand Down

0 comments on commit 41ead01

Please sign in to comment.