Hi,
I'm trying to learn KO and am a bit confused about something in a
custom binder.
Please have a look at the simple sample:
http://jsfiddle.net/damiensawyer/kkPhy/
If I comment out the following line, then the binding does not respond
to changes in the text boxes.
var valueUnwrapped = ko.utils.unwrapObservable(valueAccessor());
My understanding is that my custom binding should be data bound to
'Selected' via the label without any other dependencies. Can someone
please advise what I'm missing?
Thanks in advance,
Damien