Hi Kendo Team,
Q3 2014 documentation said the expected HTML for checkboxes and radiobuttons was as follows:
Does Q1 2015 release give a solution for label in first place like this?
Kind regards,
Oscar.
Q3 2014 documentation said the expected HTML for checkboxes and radiobuttons was as follows:
<!-- Kendo UI Checkbox --><input type="checkbox" id="checkbox" class="k-checkbox"><label class="k-checkbox-label" for="checkbox"></label><!-- Kendo UI Radio button --><input type="radio" id="radiobutton" class="k-radio"><label class="k-radio-label" for="radiobutton"></label>
Does Q1 2015 release give a solution for label in first place like this?
<!-- Kendo UI Checkbox --><label class="k-checkbox-label" for="checkbox"></label><input type="checkbox" id="checkbox" class="k-checkbox">Kind regards,
Oscar.