checkboxes in deluge ... how to access their lables and values ... I need help

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

  1. for each checkbox 
  2.       if  (checkbox is checked)
  3.             date = checkbox.label
  4.             do stuff


please help me with the script for this