Toggle
UI-buildercraft's Toggle component streamlines the integration of toggle functionality in Angular applications, providing a simple and versatile solution for enabling and disabling features with ease.

<UI-BuilderCraft-toggle [(ngModel)]="isToggle" [color]="'#4CAF50'" [label]="'Toggle'"></UI-BuilderCraft-toggle>
imports: [ToggleComponent]
Properties
Type
Default Value
Label
String
Empty
Color
String
#3c4b64
isDisabled
Boolean
False
Last updated
Was this helpful?