packages/components/eui-toggle-group/eui-toggle-group.component.ts
Component for grouping multiple buttons together with optional checkbox or radio button behavior.
AfterContentInit
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-toggle-group |
| styleUrls | ./eui-toggle-group.scss |
| template | |
Properties |
Inputs |
Outputs |
HostBindings |
Accessors |
| isFluid |
Type : boolean
|
Default value : false
|
| isMultiple |
Type : boolean
|
Default value : false
|
|
Whether the several items can be checked |
| itemClick |
Type : EventEmitter<EuiToggleGroupItemComponent>
|
|
Event emitted when any item in the group is clicked Emits the clicked EuiToggleGroupItemComponent instance |
| class |
Type : string
|
|
CSS classes applied to the host element |
| items |
Type : QueryList<EuiToggleGroupItemComponent>
|
Decorators :
@ContentChildren(undefined)
|
|
Query list of all EuiButtonComponent instances within the group |
| cssClasses |
getcssClasses()
|
|
CSS classes applied to the host element
Returns :
string
|