Databind a series of radio buttons to an array

We have used a picklist to take selections and save them to the database on a save button click as shown here:

But we would now like to have the same functionality with a series of radio buttons, but have not had success in getting the choices to correspond to the array. Is there a way to get this functionality with radio buttons?
Thanks

Hi @BillP,

Radio buttons in my opinion are not similar to the pick list where you have multiple selected items. Radio buttons are for single selection while check boxes are for multiple.