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