If I wanted to make some kind of tracking system where a certain list of tasks need to be completed before an item is considered approved, by tracking these items within an entity as true/false values, what's the best way I can show them using icons? I want to use the icons for the 'X' and checkmark to show next to each task to indicate whether or not that task is complete.
If the task is 'false', I want to show the X, if true, show the green checkmark.
What's the best approach for that?