Recently I had occasion to bind a list of checkbox input elements to a KnockoutJS observableArray. It actually took me a great deal of time to get the implementation working. In this post I am going to cover the issues I experienced. Then I will explain how implement a surefire checkbox-KnockoutJS binding solution. This post assumes you have a working knowledge of KnockoutJS. If you are new to KnockoutJS, please acquaint yourself at http://www.knockoutjs.com. NOTE: Try is yourself on JSFiddle http://jsfiddle.net/codesai... ......