Is it possible to bind a Knockout observable property to a radio button using a value binding?
Here\'s what I\'m trying to do, but the value ends up being the string \"[
FYI for other readers coming to the accepted answer, KO v3 added the checkedValue binding which now makes this possible.