One active object from array

Hello,

My problem seems to solve easily, but I canot find the proper solution for this. All I need is to set only one button for UI interactable at time, and all other buttons - not interactable.
I’m using array of buttons as Button[ ]. (Seems to be called Builtin Array).
I’ve tried Toggle Group, works fine - but it highlights even when toggle is on, which is unacceptable for me.

Many thanks to those who spend their time for this issue.

Disable group?

Do not really understand it. If you suggest Canvas Group - it wouldn’t work. The point is:

  • I have 12 buttons, first- not interactable, other 11 - interactable;
  • I clicked another button from these 11, first became interactable, the button clicked - not interactable.