diff --git a/core/src/main/resources/lib/form/radio.jelly b/core/src/main/resources/lib/form/radio.jelly index 953504a48654..c3f38c497763 100644 --- a/core/src/main/resources/lib/form/radio.jelly +++ b/core/src/main/resources/lib/form/radio.jelly @@ -42,12 +42,20 @@ THE SOFTWARE. If specified, this human readable text will follow the radio, and clicking this text also toggles the radio. + + Description text for the radiobutton, visible below the title. +
+ +
+ ${description} +
+
diff --git a/core/src/main/resources/lib/form/radioBlock.jelly b/core/src/main/resources/lib/form/radioBlock.jelly index 93b2853f2bea..c9b065d2c0f5 100644 --- a/core/src/main/resources/lib/form/radioBlock.jelly +++ b/core/src/main/resources/lib/form/radioBlock.jelly @@ -40,6 +40,9 @@ THE SOFTWARE. Human readable label text to be rendered next to the radio button. + + Description text for the radiobutton, visible below the title. + Should this control be initially checked or not? @@ -69,6 +72,11 @@ THE SOFTWARE. + +
+ ${description} +
+