autovalue( $name, $default ); $option = get_option( 'pixcustomify_settings' ); $attrs = array( 'type' => 'checkbox', ); ?>
getmeta( 'options', array() ) as $value => $label ) { $attrs['name'] = $name . '[' . $value . ']'; if ( is_array($selected) && array_key_exists( $value, $selected) ) { $attrs['checked'] = 'checked'; } else { unset($attrs['checked']); } ?>
htmlattributes( $attrs ) ?>>