Forums / Developer / Multiple Checkbox
Mahesh Arvind
Friday 23 January 2004 4:23:59 am
Hi,
I have a Enum field identified by identifier language_fields. Inside this, I have a multiple checkbox with three enum elements. I need to check if the first checkbox is clicked or not. Can anyone tell me how to get this value?
Thanks.Mahesh
Thanks & Regards Mahesh
Eirik Alfstad Johansen
Tuesday 27 January 2004 1:26:28 am
Have you tried using {$node.data_map.language_fields|attribute(show)} in your template to see which values the field contains? Chances are you can probably do something like $node.data_map.language_fields[0].
Sincerely,
Eirik Johansen
Sincerely, Eirik Alfstad Johansen http://www.netmaking.no/
Tuesday 27 January 2004 7:37:12 am
Thanks Eirik for the reply. I will check that.