I'm building a website where one of the main features is a nice treeview menu used to select values. If a user clicks on a checkbox that has any children in its tree, I want it to check the children of that box. With scripting this is childsplay, of course, but I'm wondering if there's any equivalent to this with pure HTML/CSS?
Basically I want the site to degrade well, but if the user has to select each value by hand it would be quite cumbersome. Is there any way to get this functionality without a script?
EDIT: I realized that, although inconvenient, I could give the non-javascript users a multi-select box that would be a little more effort, but would still get the job done. Thanks so much for all of your input! :D