furo-ui5-checkbox-input-labeled #
@furo/ui5 v1.18.0
import '@furo/ui5/src/furo-ui5-checkbox-input-labeled.js';
exports FuroUi5CheckboxInputLabeled js
exports <furo-ui5-checkbox-input-labeled>
custom-element-definition
superclass LitElement
mixes FBP
Summary: labeled input field
Description #
The furo-ui5-checkbox-input-labeled is a composition to easily use a complete input field with label according to the design specification of SAP Fiori Design System.
|
|
Example #
|
|
Attributes and Properties #
label #
label
string
default: ''
the label for the data-checkbox-input
full #
full
boolean
This is only used to forward the state to the form-field-container
placeholder #
placeholder
String
the placeholder is the additional information beside the label. it will be showed on the right side of the checkbox.
required #
required
Boolean
A Boolean attribute which, if present, means this field is required and marked with *.
disabled #
disabled
Boolean
A Boolean attribute which, if present, means this field cannot be edited by the user.
readonly #
readonly
Boolean
A Boolean attribute which, if present, means this field is readonly.
Methods #
focus #
focus(options Object
) ⟹ void
Object
→
fn-focus
Focuses the underlying ui5 input element
bindData #
bindData(fieldNode FieldNode
) ⟹ void
FieldNode
→
fn-bind-data
Binds a FieldNode to the component.
Supported types: bool
, google.protobuf.BoolValue
, furo.fat.Bool
- fieldNode Supported types:
bool
,google.protobuf.BoolValue
,furo.fat.Bool