Hi there,
I'm trying to understand the use/value of setLabel?
$remember->setLabel('Remember me');
I pulled this code out of one of the Phalcon GitHub repos. It's set in a Form class but isn't referenced anywhere (that I can see) in templates or phtml files.
I guess my question is, what is the value of this and how does it help? Initially, I thought that when I rendered the element it referred to, the element would have a label generated for it.
Thanks.