core/dynamic-forms/radio/radio.type.component.ts
FieldType
changeDetection | ChangeDetectionStrategy.OnPush |
selector | c8y-field-radio |
templateUrl | ./radio.type.component.html |
Properties |
defaultOptions |
Type : object
|
Default value : {
templateOptions: {
options: [],
formCheck: 'custom' // 'custom' | 'custom-inline' | 'stacked' | 'inline'
}
}
|