public virtual IBootstrapLabel Label()
        {
            IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.TextArea);

            return(l);
        }
        public virtual IBootstrapLabel Label()
        {
            IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.RadioTrueFalse);

            return(l);
        }
        public virtual IBootstrapLabel Label()
        {
            IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.DropDownList);

            return(l);
        }
        public override IBootstrapLabel Label()
        {
            IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.Password);

            return(l);
        }
 public virtual IBootstrapLabel Label()
 {
     IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.Radio);
     return l;
 }