|
1
|
<label class="column-label" for="iawp_view_counter_icon"> |
|
2
|
<input type="checkbox" name="iawp_view_counter_icon" id="iawp_view_counter_icon" <?php checked(true, $icon, true); ?>> |
|
3
|
<span><?php esc_html_e('Show the icon', 'independent-analytics'); ?></span> |
|
4
|
</label> |
|
5
|
|