Rename function
This commit is contained in:
parent
e76f223a86
commit
53016ead47
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
:remove-special-chars
|
:remove-special-chars
|
||||||
:clean-form-str
|
:clean-form-str
|
||||||
:build-str-name
|
:build-str-name
|
||||||
:build-value-str
|
:build-str-value
|
||||||
:build-value-prop-str
|
:build-value-prop-str
|
||||||
:build-class-str
|
:build-class-str
|
||||||
:build-id-str)
|
:build-id-str)
|
||||||
|
@ -83,7 +83,7 @@ NAME: The name attribute for the control.
|
||||||
VALUE: The value attribute for the control."
|
VALUE: The value attribute for the control."
|
||||||
(check-type type checkable-element)
|
(check-type type checkable-element)
|
||||||
(let* ((name-str (build-str-name name))
|
(let* ((name-str (build-str-name name))
|
||||||
(value-str (build-value-str value))
|
(value-str (build-str-value value))
|
||||||
(value-prop-str (build-value-prop-str value))
|
(value-prop-str (build-value-prop-str value))
|
||||||
(class-str (build-class-str "form-check-label" name))
|
(class-str (build-class-str "form-check-label" name))
|
||||||
(id-str (build-id-str name value)))
|
(id-str (build-id-str name value)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue