NO BUG: ACF flexible content/repeater/radio button always returns value instead of label

Browser: Chrome 118
OS: macOS

Structure

  • Flexible content
    – Flexible content layout row
    — Repeater
    ---- Radio button

Radio button above always returns value instead of label.

Could be related to this since there is more weird behavior acf fields inside repaters inside acf flexible content: NO BUG: ACF true/false field in flexible content always returns false in repeater

Hi,
Thanks so much for your report!

I cannot replicate the issue. If you switch the return type to Both (Array), it returns the label by default. If you want to use the value, you can use the :value filter: {your_field:value}

Best regards,
timmse