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

View File

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