Problem: I have a View that shows the featured image of each post in the results. The post type has a checkbox custom field. If the custom field is checked, I would like to link the featured image to the post. If not, I would like to display the featured image with no link.
Solution: Use a conditional that tests the checkbox value, and add or remove the link tag as needed: