Instance member 'checked cannot be used on type ‘ChecklistItem’
I’ll need a little more info than that in order to tell you where the problem is.
However, I have a hunch. You probably wrote something like item = ChecklistItem
instead of item = ChecklistItem()
with the ()
at the end.