Laravel – Check button list isn't properly checked at init on edit view, by using a blade component
I have, on my edit view of a model, a checkbox list whose elements should be initially checked with the correspondent values chosen at the creation of the instance. Despite I've tried a lot, by consulting a lot of web…