Laravel Livewire 在组件中动态创建属性

Laravel Livewire dynamically creating properties in a component

是否可以在挂载方法中使用 foreach 循环,在 livewire 组件中为“模型布线”无线电输入动态创建属性?我不断收到错误消息(属性 未在组件上找到)。

组件: component

观点: view

正确设置线材型号

不要设置值。该值来自组件。使用点分符号

<label><div><input type="radio" wire:model="ksb.{{$key}}"></div>learning</label>