芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/components/forms/checkbox.blade.php
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