PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
core
/
base
/
resources
/
views
/
forms
/
fields
@if ($showLabel && $showField) @if ($options['wrapper'] !== false) <div {!! $options['wrapperAttrs'] !!}> @endif @endif @if ($showLabel && $options['label'] !== false && $options['label_show']) {!! Form::customLabel($name, $options['label'], $options['label_attr']) !!} @endif @if ($showField) <div class="form-group form-group-no-margin @if ($errors->has($name)) has-error @endif"> <div class="multi-choices-widget list-item-checkbox"> <ul> @foreach (Arr::get($options, 'choices', []) as $key => $item) <li> <input type="checkbox" class="styled" name="{{ $name }}" value="{{ $key }}" id="{{ $name }}-item-{{ $key }}" @if (in_array($key, Arr::get($options, 'value', []))) checked="checked" @endif> <label for="{{ $name }}-item-{{ $key }}">{{ $item }}</label> </li> @endforeach </ul> @include('core/base::forms.partials.help-block') </div> </div> @endif @include('core/base::forms.partials.errors') @if ($showLabel && $showField) @if ($options['wrapper'] !== false) </div> @endif @endif
[-] date.blade.php
[edit]
[-] media-images.blade.php
[edit]
[-] custom-select.blade.php
[edit]
[+]
..
[-] google-fonts.blade.php
[edit]
[-] html.blade.php
[edit]
[-] repeater.blade.php
[edit]
[-] editor.blade.php
[edit]
[-] autocomplete.blade.php
[edit]
[-] tinymce.blade.php
[edit]
[-] on-off.blade.php
[edit]
[-] tags.blade.php
[edit]
[-] multi-check-list.blade.php
[edit]
[-] media-file.blade.php
[edit]
[-] custom-radio.blade.php
[edit]
[-] ckeditor.blade.php
[edit]
[-] time.blade.php
[edit]
[-] color.blade.php
[edit]
[-] media-image.blade.php
[edit]