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

View File

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