I have a Member custom post type with an ACF checkbox field that displays on each member page. How can I display a list of all of the checkbox field labels on the Member archive page?
One option is to retrieve the labels from one of your pages when you loop through them. Another option is to duplicate/recreate the ACF fields and store them elsewhere (like in an Options page) then grab that instead.