get_field_id( 'highlight' ) ) . '" name="' . esc_attr( $this->get_field_name( 'highlight' ) ) . '" type="checkbox" value="1" ' . ( ( '1' === $highlight ) ? ' checked' : '' ) . '/>'; ?>
get_field_id( 'ajax' ) ) . '" name="' . esc_attr( $this->get_field_name( 'ajax' ) ) . '" type="checkbox" value="1" ' . ( ( '1' === $ajax ) ? ' checked' : '' ) . '/>'; ?>