Give radio button its own example code now

Still within a RadioSet, but this time only the code that uses RadioSet; not
the code that just uses strings.
This commit is contained in:
Dave Pearson
2023-02-23 16:00:14 +00:00
parent 316faf9e45
commit 307b1789a1
3 changed files with 42 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
Screen {
align: center middle;
}
RadioSet {
width: 50%;
}