⛓️
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

Checkbox

PreviousSkeleton LoaderNextToggle

Last updated 1 year ago

Was this helpful?

UI-buildercraft's Checkbox component offers a streamlined solution for integrating customizable checkboxes into Angular applications. With this component, easily manage user selections and adapt the appearance to fit your application's design seamlessly.

<UI-BuilderCraft-checkbox [(ngModel)]="isChecked" [color]="'#4CAF50'" [label]="'Checkobx'"></UI-BuilderCraft-checkbox>


  imports: [CheckboxComponent]
Properties
Type
Default Value

Label

String

Empty

Color

String

#3c4b64

isDisabled

Boolean

False

✨
📓