marklogic-community / eauser-geomapper

TEACUP: MarkLogic-based visualization of where early access users are from

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the facet labels clickable

dmcassel opened this issue · comments

Right now, to select a facet value, you have to click on the checkbox. It's much easier to use if you can click anywhere on the facet value. This can be accomplished by wrapping the checkbox in the label:

<label><input type="checkbox" name="checkbox" value="value">Text</label>