Custom inspector. Pick one bool from a list.

I want to have a couple of public bool variables, but only be able to pick one of them. Like if I pick one the rest should turn off. I was wondering if this was possible.

Use a Selection Grid for your editor script : intVariable = GUILayout. SelectionGrid(intVariable,stringArrayVariable,amountIntOfHorizontalToggles,"toggle") ;