FOF30\Form\Field\BooleanToggle::getInput PHP Method

getInput() protected method

protected getInput ( )
    protected function getInput()
    {
        $this->class = 'btn-group btn-group-yesno ';
        return parent::getInput();
    }