diff lib/ur/basis.urs @ 2076:855d7746a084

Remove 'value' attribute of <checkbox>
author Adam Chlipala <adam@chlipala.net>
date Sun, 16 Nov 2014 14:06:24 -0500
parents fde864eacd47
children 3cd2bd4b1de0
line wrap: on
line diff
--- a/lib/ur/basis.urs	Sun Nov 16 14:02:17 2014 -0500
+++ b/lib/ur/basis.urs	Sun Nov 16 14:06:24 2014 -0500
@@ -960,7 +960,7 @@
 val textarea : formTag string [] ([Rows = int, Cols = int, Onchange = transaction unit,
                                    Ontext = transaction unit] ++ boxAttrs ++ inputAttrs)
 
-val checkbox : formTag bool [] ([Checked = bool, Onchange = transaction unit, Value = string] ++ boxAttrs)
+val checkbox : formTag bool [] ([Checked = bool, Onchange = transaction unit] ++ boxAttrs)
 
 type file
 val fileName : file -> option string