Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
チェックボックスをクリックすると、チェックボックスがチェックされない理由を誰か教えてもらえますか?
簡単なコードはこちら: http://jsfiddle.net/VTvYG/5/
オブザーバブルは関数なので、変更する必要があります
self.Selected = config;
に
self.Selected(config);
チェックボックスについては、変更します
<input type="checkbox" />
<input type="checkbox" data-bind="checked: AmISelected" />