DIR: /var/www/yme/wp-content/plugins/ocean-extra/includes/metabox/butterbean/tmpl/ |
Current File : /var/www/yme/wp-content/plugins/ocean-extra/includes/metabox/butterbean/tmpl/control-checkbox.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> |