Noora.Checkbox (noora v0.1.0-alpha.4)
An input checkbox.
Summary
Functions
Attributes
label
(:string
) (required) - The label of the checkbox.description
(:string
) - An optional description. Defaults tonil
.indeterminate
(:boolean
) - Whether the checkbox is indeterminate. Defaults tofalse
.disabled
(:boolean
) - Whether the checkbox is disabled. Defaults tofalse
.id
(:string
) - The id of the checkbox. Defaults tonil
.field
(Phoenix.HTML.FormField
) - A Phoenix form field. Defaults tonil
.multiple
(:boolean
) - Whether the checkbox is part of a multiple checkbox group. Defaults tofalse
.