We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FormCheckbox
1 parent 28ddfbe commit c7ba6b9Copy full SHA for c7ba6b9
packages/client/internals/FormCheckbox.vue
@@ -11,6 +11,6 @@ const value = defineModel<boolean>('modelValue', {
11
<template>
12
<div border="~ main rounded" flex="~ gap-2 items-center" relative h-5 w-5 p0.5 hover:bg-active p1>
13
<div i-ri-check-line :class="value ? '' : 'op0'" />
14
- <input v-model="value" type="checkbox" absolute inset-0 opacity-0.1 :disabled="disabled">
+ <input v-model="value" type="checkbox" absolute inset-0 opacity-10 :disabled="disabled">
15
</div>
16
</template>
0 commit comments