 may be we can add ``` <?php if ($this->label): ?> <legend> <?php if ($this->mandatory): ?> <span class="invisible"><?= $this->mandatoryField ?> </span><?= $this->label ?><span class="mandatory">*</span> <?php else: ?> <?= $this->label ?> <?php endif; ?> </legend> ```
may be we can add