Is it possible to do the following:
<label ><input type="checkbox" name="otherlang" value="Other" data-bind="checked:language, checked:othlang" />Other</label>
I have a list of checkboxes, want the value of each box checked to language and also want to make a textbox visible with othlang.
It seems othlang becomes visible but I do not get the value "Other" in language.
<label ><input type="checkbox" name="otherlang" value="Other" data-bind="checked:language, checked:othlang" />Other</label>
I have a list of checkboxes, want the value of each box checked to language and also want to make a textbox visible with othlang.
It seems othlang becomes visible but I do not get the value "Other" in language.