I'm looking for a way to set the default for the sharethis icon to be checked on in the cms. I was hoping something like this would work:
static $defaults = array (
'sharethis' => true
);
but it doesn't seem to work. Does anyone have any ideas on how I could get that functionality to work. Thanks in advance for you help!