How do I display a specific ACF Custom Field as a checkbox filter in Ajax Search Pro? Example, I have an ACF checkbox called “Article Type” and I want it to display as a checkbox on the filters. How do I do that?
Just use it as a regular custom field filter. The plugin will automatically check if the field is an ACF field, and request the checkbox values from ACF itself. For example: https://i.imgur.com/i6a9QLs.png
On the front-end, it should display the possible checkbox values as checkboxes, requested from ACF.