get_current_filter_value( $args ); ?>
filter_data_atts( $args ); ?>>get_template( 'common/filter-items-search.php' ); if ( $scroll_height_style ) {echo '
'; } echo '
'; echo '' . $accessibility_label . ''; foreach ( $options as $value => $label ) { $checked = ''; if ( $current ) { if ( is_array( $current ) && in_array( $value, $current ) ) { $checked = 'checked'; } if ( ! is_array( $current ) && $value == $current ) { $checked = 'checked'; } } ?>
'; if ( $scroll_height_style ) { echo '
'; } include jet_smart_filters()->get_template( 'common/filter-items-moreless.php' ); ?>