OleksiiStepanov / KnockoutOwlCarousel2

Knockout binding for OwlCarousel2
MIT License
3 stars 0 forks source link

binding checked and checkedValue radio dont work afterRender !!! #2

Open goben2489 opened 6 years ago

goben2489 commented 6 years ago

Bingding slider ok but after, i checked radio dont work.

<div class="configurator-tab-content-item configurator-tab-content-item-img item">
<label class="configurator-checkbox">
       <img class="img-responsive" data-bind="attr: { src: imgthumb }" alt="Muster Image Thumbnail"  width="94"/>
<input type="radio" name="step3muster" data-bind="value: value,checkedValue: $data,checked: $parent.Step3MusterSelected">
<span class="checkmark"></span>
</label>
</div>
codem360 commented 6 years ago

I have same issue like this. My same function $parent.function_name not working , please suggest me If u have any solution.