AdamWathan\BootForms\BasicFormBuilder::checkGroup PHP Méthode

checkGroup() protected méthode

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