Skip to content

Commit d0da81c

Browse files
committed
checkedp correction
1 parent 1e3f3de commit d0da81c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/clog-form.lisp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,8 +693,8 @@ the File form element type.
693693

694694
(defmethod (setf checkedp) (value (obj clog-form-element))
695695
(if value
696-
(setf (attribute obj "checked") "true")
697-
(remove-attribute obj "checked")))
696+
(setf (property obj "checked") "true")
697+
(setf (property obj "checked") "")))
698698

699699
;;;;;;;;;;;;;;;;
700700
;; input-mode ;;

0 commit comments

Comments
 (0)