SwiftDocCRenderBlockContentRenderBlockContent.ListItemStructureRenderBlockContent.ListItemAn item in a list.struct ListItemTopicsInitializersinit(content: [RenderBlockContent], checked: Bool?)Creates a new list item with the given content.init(from: any Decoder) throwsInstance Propertiesvar checked: Bool?If this list item is a task list item, whether the task should be checked off.var content: [RenderBlockContent]The item content.