@php $checkbox = new \Dcat\Admin\Widgets\Checkbox($name.'[]', $options); if ($inline) $checkbox->inline(); $checkbox->check(request($name, is_null($value) ? [] : $value))->circle(false); @endphp @if($showLabel)
{{ $label }}
{!! $checkbox !!}
@else {!! $checkbox !!} @endif