This is how a form widget looks like for a vocabulary with nested terms, when configured to be rendered as a checkbox list:
For D7, you can use the Taxonomy Term Reference Tree Widget module to improve how this widget works, but I believe that all the bell and whistles it offers would be too much for core. We should just get rid of the dashes from the checkbox labels and add indentation to the checkboxes. It would be so much better and more readable like so:
Related: https://drupal.stackexchange.com/questions/85011/how-to-get-rid-of-the-s... https://drupal.stackexchange.com/questions/121053/add-class-to-sub-taxon... https://www.drupal.org/project/drupal/issues/648264 (Core taxonomy.module issue, pending since 2009 - although for dropdowns)
Recent comments
Correct, if you add multiple condition statements they are treated as AND so it would appear to the system as: node/103 AND node/91 which will never happen. Glad you found the way to...
Blocks (custom) not displaying in Harris sidebars with visibility condition set to more than one url path (node)
YES! That works. This whole thing is extremely bizarre, though. On the site I'm building (not the sandbox demo), I had a view that was displaying multiple images correctly (i.e. once, not...
Duplicated images in view
Maybe "Query settings" : "Distinct". If there are multiple identical items, each will be displayed only once. You can use this to try and remove duplicates from a view, though it...
Duplicated images in view