Merge pull request #2812 from CihanSenturk/add-disabled-attribute

added checkbox group disabled attribute
This commit is contained in:
Cüneyt Şentürk 2022-12-13 10:47:16 +03:00 committed by GitHub
commit edfdfccb0d
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>