⛓️
UI-BuilderCraft
  • 👋Welcome
  • Overview
    • 〽️Getting Started
    • 🌐Download
    • ✨Component
      • 📓Form
        • InputText
        • InputMask
        • InputNumber
        • Spinner
        • Avatar
        • Badge
        • Alert
        • InputArea
        • Skeleton Loader
        • Checkbox
        • Toggle
    • 💡Benefits
Powered by GitBook
On this page

Was this helpful?

  1. Overview
  2. Component
  3. Form

Toggle

PreviousCheckboxNextBenefits

Last updated 1 year ago

Was this helpful?

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

✨
📓