I have a small set of objects from which the user should be able to select one using a radio button group. The objects are already bound to an array controller. Is there a way to bind that array controller to a radio button group so that additional radio buttons are generated dynamically? If possible, an IB solution is preferred. Example project: https://scriptreactor.com/collectionviewtest_radio.zip Goal is to be able to select one of the items "a", "b", "c", and have that selection available in the view controller. You can bind the button state through objectValue ( NSTableViewCell ) in a