1

Topic: profile field for checkboxes

Ok so got this profile group with this label: services
under it got this field with label: type, as a checkbox
and some values with ID`s: 654,655,656,657,658

i want to show a link on the left side of member_profile only ifthe member has checked a specific checkbox
lets take 656

If 656 its checked in his profile then to show the link
i got it like this but it ain`t working

<!-- IF profile_field_type_value == "656" -->
                    <!-- IF member_online -->
                           <li class="webcamon"><a href="#"><span class="highlight">{lang:"core","userinfo_online"}</span></li>
                        <!-- ELSE -->
                        <li class="webcamof"><a href="#"><span class="highlight">{lang:"core","userinfo_offline"}</span></a></li>
                    <!-- ENDIF -->    
<!-- ENDIF -->