For example if we want to show the current name of the checkbox that we select "category" of "location" we put the following code:
<span class="overlay-title"><?php echo (search_title() != "")? search_title() : ' '; ?><?php printf(__('%s', 'careerjob'), osc_search_pattern()) ; ?></span>
I f we want to show the current label that we select of one of the attributes of "Attributes Osclass Plugin" what we are going to put to show the name of that selection?