@props([
'inputType' => 'checkbox',
'selectionType' => 'hierarchical',
])
@if ($inputType == 'checkbox')
@else
@endif
except(['input-type', 'selection-type']) }}
input-type="{{ $inputType }}"
selection-type="{{ $selectionType }}"
>
@pushOnce('scripts')
@endPushOnce