D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
default
/
views
/
scripts
/
partials
/
forms
/
Filename :
checkbox-controls.phtml
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. ?> <div class="form-row"<?php echo $this->id ? ' id="' . $this->id . '"' : ''; ?>> <div class="field-name"> <?php echo $this->label ?> </div> <div class="field-value"> <div class="text-value"> <?php foreach ($this->element->getElements() as $element): ?> <div class="indent-box"> <?php echo $this->elementPart($element)->content() ?> <div class="indent-box-content"> <?php echo $this->elementPart($element)->label() ?> <?php echo $this->elementPart($element)->description(); ?> </div> </div> <?php endforeach ?> </div> </div> </div>