Pimcore\Model\Document\Tag\Checkbox::getType PHP Method

getType() public method

See also: Document\Tag\TagInterface::getType
public getType ( ) : string
return string
    public function getType()
    {
        return "checkbox";
    }