@extends('livewire.forms.input-template') @section('auto-update') @parent @overwrite @section('pending') @parent @overwrite @isset($list) @section('render') @overwrite @section('display') @overwrite @section('other') @if ($input->value != null) @php $list=json_decode($input->value,true) @endphp @forelse ($list['checked'] as $element)

{{ $element }}

@empty No checked elements @endforelse @endif @overwrite @endisset