I have 2 checkboxes, a Pass and Fail (that are actually icons) I have a custom state set up that when the checkbox icon is clicked > the icons turns into a checked icon (for pass) or an X icon (for fail).
My problem is, whenever I select the Pass checkbox icon the Fail checkbox icon selects also. How can I have it where, if the Pass checkbox icon is selected, then the fail checkbox is deselected…vica versa?