AdamWathan\BootForms\BasicFormBuilder::checkGroup PHP Method

checkGroup() protected method

protected checkGroup ( $label, $name, $control )
    protected function checkGroup($label, $name, $control)
    {
        $checkGroup = $this->buildCheckGroup($label, $name, $control);
        return $this->wrap($checkGroup->addClass('checkbox'));
    }