/**
  * Process the value of a configuration of type boolean and single valued
  * @param string $value
  * @param array $status
  * @returns mixed
  */
 protected function processValues_boolean_single($value, $status)
 {
     return I2CE_Validate::convertToBoolean($value);
 }