Skip to content

Commit a2b2394

Browse files
dimodiikoevska
andauthored
Update knowledge-base/radiogroup-like-buttongroup.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent 2a02d68 commit a2b2394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/radiogroup-like-buttongroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Use custom CSS to make the radio inputs invisible and style their labels to look
3131

3232
The RadioGroup will look similar to a [ButtonGroup with single selection]({%slug buttongroup-selection%}#single-selection). The major difference is that the RadioGroup has a single value of type `<T>`, while each button in the ButtonGroup is bound to a separate `boolean` value for its selected state.
3333

34-
>tip The following example is for versions 6.0 and above, which feature an [updated HTML rendering for the RadioGroup]({%slug rendering-changes-in-6-0-0%}#radiogroup). If you are using an older version, use the [alternative CSS code from the section below](#solution-up-to-version-511).
34+
>tip The following example is for versions 6.0 and later, which feature an [updated HTML rendering for the RadioGroup]({%slug rendering-changes-in-6-0-0%}#radiogroup). If you are using an older version, use the [alternative CSS code from the section below](#solution-up-to-version-511).
3535
3636
>caption Style the RadioGroup like a ButtonGroup
3737

0 commit comments

Comments
 (0)