====== O4WCheckBox routine ====== ==== Description ==== Creates a check box which will return a value when the box is selected. ==== Syntax ==== O4WCheckBox(text, value, name, id, style) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |text|The label for the checkbox.| |value|The value of the item within the checkbox.| |name|Identifies the checkbox "group"; all boxes that should work together should have the same name.| |id|If specified, the control can be addressed through style sheets individually.| |style|If specified, the style is applied to the text that is generated.\\ \\ Note that