1

「無効にする」ラジオボタンをクリックすると機能する(最初の2つのラジオボタンが無効になっている)が、「有効にする」をクリックしても何も起こらない理由を誰かが説明できますか?

JsFiddle: http://jsfiddle.net/LkqTU/8822/

CMR convention: <input type="radio" name="cmrConvention" value="true" data-    bind="checkedRadioToBool: cmrConvention, disable: thirdPartyInsured() ? true : false">
<br/>
Out of CMR convention: <input type="radio" name="cmrConvention" value="false" data-bind="checkedRadioToBool: cmrConvention, disable: thirdPartyInsured() ? true : false">
<br/>
- - - - - -
<br/>
Enable things: <input type="radio" name="thirdParty" value="false" data-bind="checkedRadioToBool: thirdPartyInsured">
<br/>
Disable things: <input type="radio" name="thirdParty" value="true" data-bind="checkedRadioToBool: thirdPartyInsured">

ありがとう。

4

1 に答える 1