Nette\Forms\Controls\Checkbox::getSeparatorPrototype PHP Method

getSeparatorPrototype() public method

Returns wrapper HTML element template.
public getSeparatorPrototype ( ) : Nette\Utils\Html
return Nette\Utils\Html
    public function getSeparatorPrototype()
    {
        return $this->wrapper;
    }