improve checkbox styles
This commit is contained in:
parent
8a47069cee
commit
f609aaba0c
7 changed files with 22 additions and 13 deletions
|
|
@ -14,7 +14,7 @@
|
|||
v-if="typeof fallback !== 'undefined'"
|
||||
:id="name + '-o'"
|
||||
:aria-labelledby="name + '-label'"
|
||||
class="input opt exlcude-disabled visible-for-screenreader-only"
|
||||
class="input -checkbox opt exlcude-disabled visible-for-screenreader-only"
|
||||
type="checkbox"
|
||||
:checked="present"
|
||||
@change="$emit('update:modelValue', typeof modelValue === 'undefined' ? fallback : undefined)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue