checkedp correction

This commit is contained in:
David Botton 2025-11-25 11:56:47 -05:00
parent 1e3f3de05a
commit d0da81cbac

View file

@ -693,8 +693,8 @@ the File form element type.
(defmethod (setf checkedp) (value (obj clog-form-element)) (defmethod (setf checkedp) (value (obj clog-form-element))
(if value (if value
(setf (attribute obj "checked") "true") (setf (property obj "checked") "true")
(remove-attribute obj "checked"))) (setf (property obj "checked") "")))
;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;
;; input-mode ;; ;; input-mode ;;