Problem with if statement

I’m trying to use a wpbb-if statement on an archive themer layout. I have an ACF radio field on my tags, where a value could be blue or orange.

I’ve taken the example straight from the BB documentation, but problem is i’m always getting “A perfect 3!” no matter what the value is in the comparison. Change it to blue, still “A perfect 3!” – it doesn’t seem to matter what the actual ACF field value is

[wpbb-if archive:acf type=‘radio’ name=‘color’ exp=‘equals’ value=‘orange’]
A perfect 3![wpbb-else]Less than perfect[/wpbb-if]