I want the SetActive checkbox to be in the hierarchy next to the new eye icon

I always have a bunch of gameobjects in my scene that I have to click on and then reach up and click again on their checkbox to activate/deactivate them. I do this dozens of times a day on multiple gameobjects and their children. It’d be nice if all I had to do was just click their hierarchy checkboxes instead, so I guess it would look like this:

I would much rather have that button instead of the eye button.

I would actually hate that… I could see myself accidentally clicking those checkboxes and wondering why my scene is broken.

I know it’s not exactly what you’re asking for, but you can press “Alt+Shift+A” to toggle activate/deactivate all selected GameObjects.

Oh I didn’t know that, that helps, thanks!