| AddGroupCheckBoxField |
| |
Add a checkbox field to the whole group |
| |
| Library |
 |
module::system/webui/forms.whlib |
| |
| Syntax |
 |
PUBLIC MACRO AddGroupCheckBoxField (STRING groupname,BOOLEAN activated) |
| |
| Description |
 |
The checkbox is added to the whole group (use CreateFieldGroup to create one first) |
| |
| Parameters |
 |
| groupname |
 |
Group to add this field to |
 |
| activated |
 |
Boolean indicating if the checkbox is checked |
 |
|
| |