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 b50f283 commit 8d203f3Copy full SHA for 8d203f3
resources/views/components/checkbox/index.blade.php
@@ -2,7 +2,7 @@
2
'disabled' => false,
3
'checked' => false,
4
'required' => false,
5
- 'type' => 'radio',
+ 'type' => 'checkbox',
6
])
7
8
<input {!! $attributes->class(['el-checkbox']) !!} type="{{ $type }}" @disabled($disabled) @checked($checked)
0 commit comments