Response title
This is preview!





Hi Haga,
I would like to give you a big thank you!
In fact, my original program is using KnockOutJs v2.2.0. The one in fiddle is must to highlight the difference between with and without label.
With your hint, I searched ".checkboxradio('refresh')" and KnockOut and found so many answers! In short, I need to create a custom bindings for radio button and check boxes until KO fixes the problem.
ko.bindingHandlers.jqmChecked = {
init: ko.bindingHandlers.checked.
update: function(element, valueAccessor) {
ko.bindingHandlers.checked.
$(element).checkboxradio("
}
};
Thanks again!
© 2012 jQuery Foundation
Sponsored by
and others.
