PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
vafpress-framework
/
views
/
control
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <?php if(!$is_compact) echo VP_View::instance()->load('control/template_control_head', $head_info); ?> <?php foreach ($items as $item): ?> <label> <?php if(is_array($value)) $checked = (in_array($item->value, $value)); ?> <input <?php if($checked) echo 'checked'; ?> class="vp-input<?php if($checked) echo " checked"; ?>" type="checkbox" name="<?php echo ''.$name; ?>" value="<?php echo ''.$item->value; ?>" /> <span></span><?php echo ''.$item->label; ?> </label> <?php endforeach; ?> <?php if(!$is_compact) echo VP_View::instance()->load('control/template_control_foot', $head_info); ?>
[+]
..
[-] textarea.php
[edit]
[-] radioimage.php
[edit]
[-] wpeditor.php
[edit]
[-] textbox.php
[edit]
[-] fontawesome.php
[edit]
[-] codeeditor.php
[edit]
[-] color.php
[edit]
[-] upload.php
[edit]
[-] sorter.php
[edit]
[-] notebox.php
[edit]
[-] toggle.php
[edit]
[-] date.php
[edit]
[-] html.php
[edit]
[-] slider.php
[edit]
[-] checkbox.php
[edit]
[-] template_control_head.php
[edit]
[-] multiselect.php
[edit]
[-] select.php
[edit]
[-] template_control_foot.php
[edit]
[-] checkimage.php
[edit]
[-] radiobutton.php
[edit]