#macro (printState $list) #if($list) #foreach ($node in $list) $node
#end #end #end This page provides a demonstration of the CheckboxTree component.

In this example the Page is a TreeListener and in the Log below it will print all events recorded. $form

Log
Selected
#printState($selected)
Deselected
#printState($deselected)
Expanded
#printState($expanded)
Collapsed
#printState($collapsed)

$optionForm