Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
lark
4908 days ago |
link
|
parent
I think the following does it:
(def radio (n v) (gentag input type 'radio name n value v))
Though I'm not sure how to set an initial selection. Or how to retrieve the value of the selected radio button.