Hi @Reikel ,
Based on the needs that you mentioned, I think a single one variable could achieve your needs. I have made a test on my side, please consider take a try with the following workaround:
Set the Image property of the 03_03_00_Image to following:
If(
ThisItem.IsSelected && YesButtonClicked,
Image2,
Image2
)
Set the OnSelect property of the 03_03_00_Yes Icon to following:
Set(YesButtonClicked, false);
Set(YesButtonClicked, true)
Please consider take a try with above solution, then check if the issue is solved.
Best regards,