added checkbox group disabled attribute

This commit is contained in:
Cihan Şentürk 2022-12-12 16:09:07 +03:00 committed by GitHub
parent 8aeb89989f
commit 044d29b968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@
:option="$option"
optionKey="{{ $optionKey }}"
optionValue="{{ $optionValue }}"
disabled="{{ $disabled }}"
{{ $attributes->merge($custom_attributes) }}
/>
</div>