From 443f14d26c2fa99e6282d3f0dec0689a08e7fff8 Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Mon, 31 Aug 2020 11:54:55 +0200 Subject: [PATCH] Add ability to select switch's form-group --- src/bootstrap/Switch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/Switch.js b/src/bootstrap/Switch.js index 1af8edb..1976e6c 100644 --- a/src/bootstrap/Switch.js +++ b/src/bootstrap/Switch.js @@ -23,7 +23,7 @@ Switch.propTypes = { export function Switch({ label, helpText, switchHeading, ...props }) { const uid = useUID(); return ( -
+