Description: Defines a list of checkboxes, that represent a value each. The values of checked checkboxes are stored in an array and returned.
Parameter:
- htmlName: Name of the HTML element.
- valuesLabels: Array with the values and labels for the checkboxes.
- defaultChecked: Array with values that are checked by default.
- forceReload: Set to true if the check box should be set to the state of $defaultCheck in any case.
Returns:
- : Array with the values of all checked checkboxes.
root
2015-09-06