Thanks for your response, I've been able to get checkboxes interacting with Javascript.
Now I think I found a real bug. After un-checking a checkbox on an iPhone 6, the checkbox is still slightly grey. I've attached a screenshot, I had unchecked the top checkbox on your demo page: http://demos.creative-tim.com/paper-kit
Thanks,
Dan"
Fix solution:
Please go to line 1928 in css/ct-paper.css and remove this code:
Bug from Dan Blais:
"Hi Alex,
Thanks for your response, I've been able to get checkboxes interacting with Javascript.
Now I think I found a real bug. After un-checking a checkbox on an iPhone 6, the checkbox is still slightly grey. I've attached a screenshot, I had unchecked the top checkbox on your demo page: http://demos.creative-tim.com/paper-kit
Thanks, Dan"
Fix solution:
Please go to line 1928 in css/ct-paper.css and remove this code:
.checkbox:hover .first-icon, .radio:hover .first-icon { opacity: 0; }