your code is working However would it be possible to add a new property in Person like: this.checked = ko.observable(true); and then use it to get the value of the corresponding checkbox?
your code is working However would it be possible to add a new property in Person like:
this.checked = ko.observable(true);
and then use it to get the value of the corresponding checkbox?
This would be a really nice feature. +1 vote
Are there any plans to support that? I was also trying to automatically disable button when textbox is empty.
A very common scenario. You have some pre form validation.