Example #1
0
 /**
  * Sets the button group to be a checkbox
  *
  * @param array $contents
  * @return $this 
  * @static 
  */
 public static function checkbox($contents)
 {
     return \Bootstrapper\ButtonGroup::checkbox($contents);
 }