Helix_Website/wp-content/plugins/attesa-extra/metabox/butterbean/tmpl/control-checkbox.php

12 lines
346 B
PHP

<label>
<input type="checkbox" value="true" {{{ data.attr }}} <# if ( data.value ) { #> checked="checked" <# } #> />
<# if ( data.label ) { #>
<span class="butterbean-label">{{ data.label }}</span>
<# } #>
<# if ( data.description ) { #>
<span class="butterbean-description">{{{ data.description }}}</span>
<# } #>
</label>