Thanks rpn,
I owe a lot to what I've learned about Knockout so far to you. I guess I did leave out an important piece of information in that I'm trying to bind the checked value to observableArray, as I have several radio button lists that will be displayed. I forked the jsFiddle at
http://jsfiddle.net/CqJ3N/14/ to show you what I'm trying to accomplish. Maybe the issue is that I'm having to bind back to the viewModel? The radio button checked value is read correctly from the array, but does not seem to update back.