This is how a form widget looks like for a vocabulary with nested terms, when configured to be rendered as a checkbox list:

screen shot 2018-09-18 at 5 52 51 am

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:

screen shot 2018-09-18 at 5 56 44 am

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)

GitHub Issue #: 
3292