HomePrev

ControlledCheckbox
org.mb.tapestry.checkboxes.ControlledCheckbox
  Non-Visual Component
Description
A checkbox whose state may be controlled by other checkboxes using JavaScript. The checkbox rendered by this component may be automatically selected or deselected by a ControlCheckbox within the same group.
Parameters
nametypedirectionrequireddefault valuedescription
selectedbooleancustom    
disabledbooleancustom false 
group ...mb.tapestry.checkboxes.CheckboxGroupauto null This is an optional parameter. If provided, it specifies the CheckboxGroup this component belongs to. If it is not specified, then the component is a a part of the CheckboxGroup that wraps it. Please note that if this parameter is used, then the CheckboxGroup it refers to must either enclose the current component, or must be defined after it.  
Allow body (removed)
Allow informal parameters   
Reserved parameters   -
Toggle help

HomePrev