Add missing names.

This commit is contained in:
brunnerh 2024-01-03 04:46:52 +01:00
commit 5b715d1ab2
6 changed files with 22 additions and 7 deletions

View file

@ -20,7 +20,7 @@
<Checkbox id="checkbox-2" labelText="Checkbox Label" disabled />
</FormGroup>
<FormGroup legendText="Radio buttons">
<RadioButtonGroup selected="default-selected">
<RadioButtonGroup selected="default-selected" name="radio-group">
<RadioButton
id="radio-1"
value="standard"