small ui fixes
This commit is contained in:
@@ -28,7 +28,7 @@ const styleClass = computed(() => {
|
||||
type="checkbox"
|
||||
class="dui-checkbox dui-checkbox-sm border-secondary"
|
||||
:class="styleClass"
|
||||
:checked="props.modelValue"
|
||||
:checked="props.modelValue || props.checked"
|
||||
@change="emit('update:modelValue', ($event.target as HTMLInputElement).checked)"
|
||||
:disabled="props.disabled"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user