PATH:
home
/
lab2454c
/
foreclass.com
/
wp-content
/
plugins
/
ocean-extra
/
includes
/
metabox
/
butterbean
/
tmpl
<# if ( data.label ) { #> <span class="butterbean-label">{{ data.label }}</span> <# } #> <# if ( data.description ) { #> <span class="butterbean-description">{{{ data.description }}}</span> <# } #> <ul class="butterbean-checkbox-list"> <# _.each( data.choices, function( label, choice ) { #> <li> <label> <input type="checkbox" value="{{ choice }}" name="{{ data.field_name }}[]" <# if ( -1 !== _.indexOf( data.value, choice ) ) { #> checked="checked" <# } #> /> {{ label }} </label> </li> <# } ) #> </ul>
[-] control-checkbox.php
[edit]
[-] control-buttonset.php
[edit]
[-] control-select.php
[edit]
[-] control-multi-avatars.php
[edit]
[-] control-editor.php
[edit]
[+]
..
[-] control-media.php
[edit]
[-] control-textarea.php
[edit]
[-] control-palette.php
[edit]
[-] control-image.php
[edit]
[-] control-parent.php
[edit]
[-] control-color.php
[edit]
[-] control-datetime.php
[edit]
[-] control-radio-image.php
[edit]
[-] control-radio.php
[edit]
[-] control-range.php
[edit]
[-] control-select-group.php
[edit]
[-] control-checkboxes.php
[edit]
[-] section.php
[edit]
[-] nav.php
[edit]
[-] manager.php
[edit]
[-] control.php
[edit]