I have a Lesson entity stored in Core Data one of whose variables is to store whether the lesson is complete.
The lessons are listed in a SwiftUI list and when selected
Yes, the way I solved this in the end was by adding @ObservedObject to the stored object in the PhonicIntroGame : View. As follows -
@ObservedObject var lesson: Lesson