I have a checkbox field that I’m trying to show a value based on whether or not it shows. I have an ACF checkbox field set up as follows:
A : Option 1
B : Option 2
In my looper, I can access the field from the looper, but it always only shows the label. I can’t ever get it to show A, B, ...
instead of the labels Option 1, Option 2, ...
How do I target either the value or label (even changing the return from ACF doesn’t change it. Please advise.