Description: Shows a check box with label with loading and storing the checking state to and from the session.
Parameter:
- htmlName: Name of the HTML element.
- label: Label of the element.
- prefKey: Variable name of the preference the dialog element stands for.
- defaultCheck: Set to true if the check box should be checked if no HTML value is given.
- storePointer: Additional pointer to the variable where to store the entered value.
- checkedValue: The value that should be stored into $storePointer if the check box is checked.
- unCheckedValue: The value that should be stored into $storePointer if the check box is NOT checked.
Returns:
- true if the check box is checked.
root
2015-09-06