12 lines
346 B
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>
|