• File: checkbox.php
  • Full Path: /home/dealkatnwc/www/wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields/checkbox.php
  • Date Modified: 03/01/2026 6:03 AM
  • File size: 380 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php defined( 'ABSPATH' ) or exit; ?>

<input type="checkbox" name="<?php echo esc_attr( $data['id'] ); ?>" id="<?php echo esc_attr( $data['id'] ); ?>" <?php checked( get_option( $data['id'] ), 'on' ); ?>> <label for="<?php echo esc_attr( $data['id'] ); ?>"><?php _e( 'Enabled', 'shortcodes-ultimate' ); ?></label>

<p class="description"><?php echo $data['description']; ?></p>