We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e04298 commit 62510efCopy full SHA for 62510ef
stubs/resources/js/Components/Form/AppCheckbox.vue
@@ -3,7 +3,7 @@
3
<input
4
v-if="isBooleanType"
5
type="checkbox"
6
- class="text-primary h-4 w-4 rounded-sm focus:ring-2"
+ class="text-primary h-4 w-4 rounded-sm focus:ring-2 hover:cursor-pointer"
7
v-bind="$attrs"
8
:checked="modelValue"
9
@change="updateBooleanValue"
@@ -13,7 +13,7 @@
13
14
v-else
15
16
17
18
:value="value"
19
:checked="isChecked"
0 commit comments