In the Format event of the whatever report section contains the image
control, set the image control's Visible property based on the value of the
yes/no field:
Me.imgControl.Visible = Me.chkYesNo
(to make the image visible if the checkbox is checked).