fix: ATTR_ENUMERATED_COERCION in a few places
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<div :class="{'is-disabled': disabled}" class="fancycheckbox">
|
||||
<input
|
||||
:checked="checked"
|
||||
:disabled="disabled"
|
||||
:disabled="disabled || null"
|
||||
:id="checkBoxId"
|
||||
@change="(event) => updateData(event.target.checked)"
|
||||
style="display: none;"
|
||||
|
Reference in New Issue
Block a user