Title: Always checked?
Last modified: August 19, 2016

---

# Always checked?

 *  [Leech](https://wordpress.org/support/users/leech/)
 * (@leech)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/always-checked/)
 * Is there a way to set up the checkbox marked for all the posts?
 * Thanks.

Viewing 1 replies (of 1 total)

 *  [joefish](https://wordpress.org/support/users/joefish/)
 * (@joefish)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/always-checked/#post-667356)
 * The current version of the plugin does not have a mechanism for that, but you
   can modify that simply enough.
 * In version 2.0, line 85 is:
 * `echo ' <p style="line-height: 120%; margin-top: .5em; margin-bottom: 0;"><input
   type="checkbox" name="auto-tweet-checkbox" id="auto-tweet-checkbox" onclick="
   if (this.checked) { document.getElementById(\'counter\').style.display=\'inline\';}
   else { document.getElementById(\'counter\').style.display=\'none\'; }" />' . "\
   n";`
 * Change that to:
 * `echo ' <p style="line-height: 120%; margin-top: .5em; margin-bottom: 0;"><input
   type="checkbox" name="auto-tweet-checkbox" id="auto-tweet-checkbox" onclick="
   if (this.checked) { document.getElementById(\'counter\').style.display=\'inline\';}
   else { document.getElementById(\'counter\').style.display=\'none\'; }" checked
   ="checked" />' . "\n";`
 * Note that the only change is the addition of `checked="checked"` to the end of
   the input tag. (Mind the extra space as well.)

Viewing 1 replies (of 1 total)

The topic ‘Always checked?’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 1 reply
 * 2 participants
 * Last reply from: [joefish](https://wordpress.org/support/users/joefish/)
 * Last activity: [18 years, 3 months ago](https://wordpress.org/support/topic/always-checked/#post-667356)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
