Demo: https://jsfiddle.net/littleguga/cgvy45nr/
MDL version: 1.1.3
Browser: last Google Chrome
Operating system: windows 7 x64
I try to dynamically add checkboxes, but no upgrade functions seems to work me.
Hey,
youre missing something crucial from the inputs:
checkboxInput.setAttribute('type', 'checkbox');
Please use StackOverflow for support and integration assistance. This tracker is only for problems with the code provided by Material Design Lite.
Thank you.
@markopaju shame on me( Great thanks for this and sorry for the panic.
working code: https://jsfiddle.net/littleguga/cgvy45nr/2/
Most helpful comment
Hey,
youre missing something crucial from the inputs:
checkboxInput.setAttribute('type', 'checkbox');