···37373838export interface ListItem {
3939 $type?: 'pub.leaflet.blocks.orderedList#listItem'
4040+ /** If present, this item is a checklist item. true = checked, false = unchecked. If absent, this is a normal list item. */
4141+ checked?: boolean
4042 content:
4143 | $Typed<PubLeafletBlocksText.Main>
4244 | $Typed<PubLeafletBlocksHeader.Main>
···35353636export interface ListItem {
3737 $type?: 'pub.leaflet.blocks.unorderedList#listItem'
3838+ /** If present, this item is a checklist item. true = checked, false = unchecked. If absent, this is a normal list item. */
3939+ checked?: boolean
3840 content:
3941 | $Typed<PubLeafletBlocksText.Main>
4042 | $Typed<PubLeafletBlocksHeader.Main>
+4
lexicons/pub/leaflet/blocks/orderedList.json
···2727 "content"
2828 ],
2929 "properties": {
3030+ "checked": {
3131+ "type": "boolean",
3232+ "description": "If present, this item is a checklist item. true = checked, false = unchecked. If absent, this is a normal list item."
3333+ },
3034 "content": {
3135 "type": "union",
3236 "refs": [
+4
lexicons/pub/leaflet/blocks/unorderedList.json
···2323 "content"
2424 ],
2525 "properties": {
2626+ "checked": {
2727+ "type": "boolean",
2828+ "description": "If present, this item is a checklist item. true = checked, false = unchecked. If absent, this is a normal list item."
2929+ },
2630 "content": {
2731 "type": "union",
2832 "refs": [