I have a field in my database collection that can be either true or false. On my UI instead of displaying this field as its actual value.. IE: true or false. I would like to instead display an image icon for the corresponding true or false value. IE: if the value is true then display a "check" icon image.
Now, this has to happen for every record returned from the database collection. So I'm not sure how the UI will iterate down through the records to display a "check" icon image or not.
My guess is I could run a custom javascript on the value I am testing. In my case it is the "Reported" field.