Latest Joomla and AA Versions:
When only one selection is made in a checklist custom field with multiple possible selections, AA generates no output. Here is an example of the setup:
Checklist Custom Field = 'custom-checklist', with 3 values:
1 - Example 1
2 - Example 2
3 - Example 3
Article Editor = Example 1 is selected.
Article Code:
{article}
{foreach data="custom-checklist"}
[row]
{/foreach}
{/article}
= No output is generated.
Expected output should display: 'Example 1'
If more than one item in checklist is selected they display as expected. I am not sure whether I am missing something or this is a potential bug.