All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.jwic.controls.CheckBoxGroup.vtl Maven / Gradle / Ivy

There is a newer version: 5.3.43
Show newest version
#set($field = $control.getField("values"))

#foreach ( $entry in $control.buildEntryList() )
#set($selected = $control.isKeySelected($entry.key))
#set($keyValue = $jwic.formatInp($entry.key))
#set($radId = "rad_${velocityCount}_${control.controlID}")

	#if ($control.isDoBreak($velocityCount))
		
	#end
#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy