Hacker News new | ask | show | jobs
by SimeVidas 3735 days ago
Why isn’t the checkbox in http://vcl.github.io/#vcl-checkbox clickable?
1 comments

Because the whole idea of the VCL is to be JS-less and thus logicless. We want to leave this to Ember, Angular, React etc. That's why we are framework agnostic.
But you don’t need JS to make a checkbox clickable on the web. I’ve seen custom-styled CSS-only checkboxes plenty of times in the past.