I have 2 values that I get from server A and B. I can only have one true at a time.
Again what I need is one of the radios to be checked at a time so one true value
Knockout 3.x added the checkedValue binding option. This allows you to specify values other than strings.
http://jsfiddle.net/t73d435v/