| 1 |
<label class="column-label" for="iawp_disable_widget"> |
| 2 |
<input type="checkbox" name="iawp_disable_widget" |
| 3 |
id="iawp_disable_widget" <?php checked(true, $value, true); ?>> |
| 4 |
<span><?php esc_html_e('Disable dashboard widget', 'independent-analytics'); ?></span> |
| 5 |
<p class="description"><?php esc_html_e("This hides the dashboard widget that appears in the Dashboard WordPress admin page.", 'independent-analytics'); ?></p> |
| 6 |
</label> |
| 7 |
|