{{-- checkbox field --}}
@include('admin.panel.fields.inc.translatable_icon')
$value) @if ($attribute == 'class') {{ $attribute }}="form-check-input {{ $value }}" @elseif ($attribute == 'style') {{ $attribute }}="cursor: pointer; {{ $value }}" @else {{ $attribute }}="{{ $value }}" @endif @endforeach @if (!array_key_exists('class', $field['attributes'])) class="form-check-input" @endif @if (!array_key_exists('style', $field['attributes'])) style="cursor: pointer;" @endif @else class="form-check-input" style="cursor: pointer;" @endif > {{-- HINT --}} @if (isset($field['hint']))
{!! $field['hint'] !!}
@endif