<fx-container> is an abstract class used for container controls
like <fx-group> and <fx-switch>.
| Name | Description | Default |
|---|---|---|
| readonly | boolean attribute - if present, marks the container (and its contents) readonly. Usually calculated via bind. | false |
| refresh-on-view | when used together with src, (re-)loads the referenced content each time the container becomes visible, instead of only once | false |
| src | url to lazily load content from | - |