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