'Boolean', ]; /** * {@inheritdoc} */ public function updateCMSFields(FieldList $fields) { // Add the checkbox in. $fields->addFieldToTab( 'Root.PostOptions', CheckboxField::create('FeaturedInWidget', _t(__CLASS__ . '.FEATURED', 'Include Post in Feature Widget')) ); } }