A mixin that can be applied to a Checkbox component that will link the checkbox and a FormFragment, making the Checkbox control the client-side visibility of the FormFragment.
| Name | Type | Flags | Default | Default Prefix | Description |
|---|---|---|---|---|---|
| fragment | org.apache.tapestry.ClientElement | Required | component | The org.apache.tapestry.corelib.components.FormFragment instance to make dynamically visible or hidden. |
See the FormFragment documentation for an example.