Currently, a user needs to click on the small + or - buttons to collapse or expand a group.
The user experience should be the same as with the base and overlay layers, where the user can click anywhere he wants to select/deselect a layer (icon, text or <input>)
It'd be more convenient, if the click handler would be on the <label>, the icon would be inside of the label, and the label would fill the whole width.
Currently, a user needs to click on the small
+
or-
buttons to collapse or expand a group.The user experience should be the same as with the base and overlay layers, where the user can click anywhere he wants to select/deselect a layer (icon, text or
<input>
)It'd be more convenient, if the click handler would be on the
<label>
, the icon would be inside of the label, and the label would fill the whole width.