diff --git a/en/forms.texy b/en/forms.texy index 3ec573cf86..c9620644fb 100644 --- a/en/forms.texy +++ b/en/forms.texy @@ -920,6 +920,23 @@ You can render forms manually for better control over the generated code. Place {input name} + + + {label radioList /} + + + + + + +
+ {input radioList:itemKey} + + {input radioList:itemKeyTwo} +
+ + + ...