Beispiel #1
0
 /**
  * Get value container class
  *
  * @return string
  */
 protected function getValueContainerClass()
 {
     return parent::getValueContainerClass() . ' checkbox-list' . $this->getCommonClass();
 }