Themes

Fields/Components/es-checkbox
es-checkbox

A checkbox component

Props

Name
Description
Type
Default
disabled

If the field is disabled.

boolean
or
undefined
icon

The icon to use.

[namespace: string
or
symbol, name: string]
or
string
[ICON_NAMESPACE, check]
invalid

If the field is currently in an error state.

boolean
or
undefined
name

The name of the field.

string
readonly

If the field is editable.

boolean
or
undefined
value

The current value of the field.

boolean

Events

Event
Detail
Description
fieldchange
FieldChange<boolean>

Emitted when the value of the field is changed.

CSS Variables

Name
Description
--field-grid-columns

The field layout.