Multiple checkboxes return 'Array' and not selected options
I want to create a set of multiple options a user can check if it applies to his business. Based on the checked options the listing page should show the available options.
Example:
Accessibility section has 3 checkboxes:
- 24h access
- Free parking
- Wheelchair access
Is the user picks more than 1 checkbox the page will show 'Array' instead of the selected options as you can see here:
PZLm65LJRuudi9Qr8QfWjw.png
- How can I customize the output so it lists all options?
- How can I customize the output so I can add html? Such as an icon before each value.
Thanks,
Mario