}
?>
        </td>
        <td><?php 
_e('Taxonomy to be used for filtering the grid.', 'wp-ultimate-post-grid');
?>
</td>
    </tr>
    <tr>
        <td><label for="wpupg_filter_match_parents"><?php 
_e('Selecting parent terms matches children', 'wp-ultimate-post-grid');
?>
</label></td>
        <td>
            <input type="checkbox" name="wpupg_filter_match_parents" id="wpupg_filter_match_parents" <?php 
if ($grid->filter_match_parents()) {
    echo 'checked="true" ';
}
?>
/>
        </td>
        <td><?php 
_e('Selecting a parent term will also match posts with one of its child terms.', 'wp-ultimate-post-grid');
?>
</td>
    </tr>
    <tr class="wpupg_divider">
        <td><label for="wpupg_filter_multiselect"><?php 
_e('Multi-select', 'wp-ultimate-post-grid');
?>
</label></td>