Checkbox Input

Commonly used checkbox input component.

Examples

Checkbox Fields

Basic form controls

Installation

npx wdc add checkbox

Code

<wdc-checkbox [ngModel]="appleVal" label="Apple"></wdc-checkbox>
<wdc-checkbox [ngModel]="orangeVal" label="Orange"></wdc-checkbox>
<wdc-checkbox [ngModel]="bananaVal" label="Banana"></wdc-checkbox>

API Reference

InputTypeDefaultDescription
labelstringundefinedLabel text for the input field.
valuebooleanfalseValue of the input field.
disabledbooleanfalseWhether the input field is disabled.