+
+ ${config == null ? void 0 : config.renderLabel(label != null ? label : "", listType != null ? listType : "", checked)}
+
+
+ `;
+ };
+ listItemComponent.props = {
+ label: String,
+ checked: Boolean,
+ listType: String,
+ config: Object,
+ selected: Boolean,
+ setAttr: Function,
+ onMount: Function
+ };
+ var ListItemElement = c4(listItemComponent);
+ var defaultListItemBlockConfig = {
+ renderLabel: (label, listType, checked) => {
+ if (checked == null)
+ return html2`