I am wondering if it is possible to associate the selected value in the loading block of the Twitter btn group with the observable in knockout.js?
In my case, I bind the group to the observable array like this
<div class="btn-group" data-toggle="buttons-radio" data-bind="foreach: myItemTypes">
<button class="btn active" data-bind="html: Value, Id: Key">${ Description }</button>
</div>
Any directions?
Greetings
Fergal
source
share