Nette\Forms\Controls\MultiChoiceControl::getHtmlName PHP Method

getHtmlName() public method

Returns HTML name of control.
public getHtmlName ( ) : string
return string
    public function getHtmlName()
    {
        return parent::getHtmlName() . '[]';
    }