loaded method

void loaded()

Loaded inputs

Implementation

void loaded() {
  for (FormuxInput input in this) {
    input.loaded();
  }
}