Creates an HTML Element represention of Component.
@override Element render() { final label = super.render() as HTMLLabelElement; return label; }