Skip to content

Commit 8d203f3

Browse files
committed
fix checkbox
1 parent b50f283 commit 8d203f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/checkbox/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'disabled' => false,
33
'checked' => false,
44
'required' => false,
5-
'type' => 'radio',
5+
'type' => 'checkbox',
66
])
77

88
<input {!! $attributes->class(['el-checkbox']) !!} type="{{ $type }}" @disabled($disabled) @checked($checked)

0 commit comments

Comments
 (0)