mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 09:42:43 +01:00
7 lines
307 B
PHP
Executable File
7 lines
307 B
PHP
Executable File
<div>
|
|
<label class="checkbox-label">
|
|
<input type="checkbox" class="custom-checkbox" id="<?= $field->name() ?>" name="<?= $field->name() ?>"<?php if ($field->value() == true): ?> checked<?php endif; ?>>
|
|
<span class="custom-checkbox-text"><?= $field->label() ?></span>
|
|
</label>
|
|
</div>
|