merge(['class' => 'form-check-input']) }} type="checkbox" @isset($fieldValue) value="{{ $fieldValue }}" @endisset name="{{ $fieldName }}" @if ($checked) checked @endif id="{{ $fieldId }}"> @if ($fieldLabel != '')
{{ $fieldLabel }} @if (!is_null($popover))
@endif
@endif