checkboxes in deluge ... how to access their lables and values ... I need help
My form looks like this :

The list is dynamic (a lookup field with filter)
I need to do something like this
- for each checkbox
- if (checkbox is checked)
- date = checkbox.label
- do stuff
please help me with the script for this