refs #1504 use report, module pages..

This commit is contained in:
Cüneyt Şentürk
2020-07-23 08:57:23 +03:00
parent 6b7fe8945d
commit 4366506b48
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
$field['attributes'])
) }}
@elseif ($type == 'checkboxGroup')
{{ Form::$type($field['name'], $field['title'], $field['items'], $field['value'], $field['id'], array_merge([
{{ Form::$type($field['name'], $field['title'], $field['items'], $field['value'], $field['id'], $field['selected'], array_merge([
'data-field' => 'settings'
],
$field['attributes'])