Checkbox
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
Last updated
Was this helpful?