cla-label
Label is an element which can be used with cla-picker
and cla-checkbox
etc. In order for the label and inputs to be labelled together correctly both elements should be wrapped in a cla-item
component.
e.g:
<cla-item>
<cla-label hidden="true">Calendar</cla-label>
<cla-picker name="calendar" value="0" checked="true" iconid="glyphicons-basic-46-calendar"></cla-picker>
</cla-item>
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
hidden |
hidden |
If 'true', the label is hidden | boolean |
false |
Built with StencilJS