You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs.",
"usage": "Place any checkbox or radio option within an input group\u2019s addon instead of text.",
"snippet": "<div class=\"input-group\">\r\n <span class=\"input-group-addon\">\r\n <input type=\"radio\" aria-label=\"Radio button for following text input\">\r\n <\/span>\r\n <input type=\"text\" class=\"form-control\" aria-label=\"Text input with radio button\">\r\n<\/div>",