:radio support for form-dialog

This commit is contained in:
David Botton 2021-02-24 14:56:46 -05:00
parent da89ed8c0f
commit d16f17d0d7
2 changed files with 30 additions and 11 deletions

View file

@ -78,6 +78,10 @@
("Mrs." "mrs")
("Ms." "ms")
("Other" "other")))
("Eye Color" "color" :radio (("Blue" "blue")
("Brown" "brown")
("Green" "green")
("Other" "other")))
("Name" "name")
("Address" "address")
("City" "city")