Open philipvr opened 12 years ago
Fixes issue #25, bind the radioGroup or checkboxGroup to the outer <span> or <div>
radioGroup
checkboxGroup
<span>
<div>
Text color: <span data-bind="foreach: fontColors, radioGroup: curFontColor"> <input type="radio" name="color" data-bind="attr: {value: $this, id: $this}" /> <label data-bind="attr: {for: $this}, text: $this"></label> </span>
Fixes issue #25, bind the
radioGroup
orcheckboxGroup
to the outer<span>
or<div>