Skip to content

Check List Item

File: snippets/check-list-item.liquid

Used in sections: image-content-split

Screenshot not yet added.
Save as docs/src/assets/screenshots/snippet-check-list-item.png

Description

Check List Item Snippet

Single checklist row: filled circle checkmark + text. Designed to be rendered inside a loop of blocks.

Usage

{% render 'check-list-item',
check_text: block.settings.text,
check_text_class: 'text-mi-black',
check_icon_class: 'bg-mi-green'
%}