Liking cljdoc? Tell your friends :D

app.components.x-checkbox.model


attr-aria-describedbycljs

source

attr-aria-labelcljs

source

attr-aria-labelledbycljs

source

attr-checkedcljs

source

attr-disabledcljs

source

attr-indeterminatecljs

source

attr-namecljs

source

attr-readonlycljs

source

attr-requiredcljs

source

attr-valuecljs

source

checkbox-valuecljs

(checkbox-value raw)

Returns the raw value string, or "on" if nil.

Returns the raw value string, or "on" if nil.
sourceraw docstring

event-changecljs

source

event-change-requestcljs

source

event-schemacljs

source

next-toggle-statecljs

(next-toggle-state checked? indeterminate?)

Computes the next checked/indeterminate state after a user toggle.

Computes the next checked/indeterminate state after a user toggle.
sourceraw docstring

normalizecljs

(normalize {:keys [checked-present? indeterminate-present? disabled-present?
                   readonly-present? required-present? name-raw value-raw
                   aria-label-raw aria-describedby-raw aria-labelledby-raw]})

Derives a complete view-model map from raw attribute presence/values.

Derives a complete view-model map from raw attribute presence/values.
sourceraw docstring

observed-attributescljs

source

parse-bool-attrcljs

(parse-bool-attr s)

Returns true if the attribute is present and not equal to "false".

Returns true if the attribute is present and not equal to "false".
sourceraw docstring

property-apicljs

source

tag-namecljs

source

valid?cljs

(valid? required? checked?)

Returns true when the field satisfies its required constraint.

Returns true when the field satisfies its required constraint.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close