• How can i make this checkbox pre-checked? Its from the SFC (Simple Facebook Connect) plugin.

    jQuery('#sfc_comm_send').html('<input style="width: auto;" type="checkbox" id="sfc_comm_share" /><label for="sfc_comm_send"><fb:intl><?php echo addslashes(__('Share Comment on Facebook', 'sfc')); ?></fb:intl></label>');

The topic ‘Pre-checked checkbox’ is closed to new replies.