In PageEditor.py
These modification (add id="" attribute in input tag and for="" attribute in label tag) allow you to click on the label to check the option.
<input type="checkbox" name="notify" id="chkNotify" value="1"%s><label for="chkNotify">%s</label> <input type="checkbox" name="rstrip" id="chkRstrip" value="1"%s><label for="chkRstrip">%s</label>
DONE for editor (in branch m-e)
More places that can use this:
- User preferencs check boxes
[[FullSearch]] check boxes