Hello to all,
	
	I have this checkbox dynamic field in a position variation to get values from a column in #__tags table.
	I tried "$cck->getOptions( 'MyField' );" because "getText" was not returning any value.
	Now I have an output like name1=value1||name2=value2||name3=value3 and so on.
	I was able to get the individual checkbox values (eg: name1 name2 name3...) using a bunch of php string and array functions but I was wondering if there was an easier way to get the single names or the single values from checkbox dynamic field directly.
	Thanks in advance.