diff lib/ur/basis.urs @ 1068:757dbac0454d

Checked-ness of radio options; Option.get
author Adam Chlipala <adamc@hcoop.net>
date Sat, 12 Dec 2009 11:02:20 -0500
parents 740b85ef4352
children e933297c4e24
line wrap: on
line diff
--- a/lib/ur/basis.urs	Thu Dec 10 15:46:07 2009 -0500
+++ b/lib/ur/basis.urs	Sat Dec 12 11:02:20 2009 -0500
@@ -680,7 +680,7 @@
 
 con radio = [Body, Radio]
 val radio : formTag string radio [Id = string]
-val radioOption : unit -> tag ([Value = string] ++ boxAttrs) radio [] [] []
+val radioOption : unit -> tag ([Value = string, Checked = bool] ++ boxAttrs) radio [] [] []
 
 con select = [Select]
 val select : formTag string select ([Onchange = transaction unit] ++ boxAttrs)