- {helpText ? {helpText} : null}
>
);
}
diff --git a/src/bootstrap/RadioSet.md b/src/bootstrap/RadioSet.md
index 5ccc534..13c3338 100644
--- a/src/bootstrap/RadioSet.md
+++ b/src/bootstrap/RadioSet.md
@@ -2,6 +2,8 @@ Set of radio Bootstrap component input with label and predefined sizes and struc
All additional `props` are passed to the `` HTML component.
+Unless `helpText` is set for one of the options they are displayed inline.
+
```js
import {useState} from 'react';
const CHOICES=[
diff --git a/src/bootstrap/__tests__/__snapshots__/CheckBox.test.js.snap b/src/bootstrap/__tests__/__snapshots__/CheckBox.test.js.snap
index fe9d182..31b0d57 100644
--- a/src/bootstrap/__tests__/__snapshots__/CheckBox.test.js.snap
+++ b/src/bootstrap/__tests__/__snapshots__/CheckBox.test.js.snap
@@ -2,12 +2,10 @@
exports[` Render checkbox 1`] = `
Render checkbox 1`] = `
+
+ Some help text
+
-
- Some help text
-
`;
exports[` Render uncheked checkbox 1`] = `
Render uncheked checkbox 1`] = `
+
+ Some help text
+
-
- Some help text
-
`;
diff --git a/src/bootstrap/__tests__/__snapshots__/RadioSet.test.js.snap b/src/bootstrap/__tests__/__snapshots__/RadioSet.test.js.snap
index f142d87..ffec0b5 100644
--- a/src/bootstrap/__tests__/__snapshots__/RadioSet.test.js.snap
+++ b/src/bootstrap/__tests__/__snapshots__/RadioSet.test.js.snap
@@ -3,12 +3,10 @@
exports[` Render radio set 1`] = `