Use Twitter Bootstrap button group as radio select with knockout bindings

后端 未结 2 1238
旧时难觅i
旧时难觅i 2021-02-09 02:32

This is working:

view.html

2条回答
  •  半阙折子戏
    2021-02-09 03:08

    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

提交回复
热议问题