The issue is that you are using Checked
binding with button which is not allowed, instead you can use click binding. check this fiddle:
http://jsfiddle.net/a8wa8/7/
Updated:
Yes you can achieve this by using ko css binding
. Check this updated fiddle:
Updated Fiddle