angular2-json-schema-form
Version:
Angular 2 JSON Schema Form builder
21 lines (20 loc) • 597 B
TypeScript
import { OnInit } from '@angular/core';
import { JsonSchemaFormService } from '../../library/json-schema-form.service';
export declare class MaterialCheckboxComponent implements OnInit {
private jsf;
private formControl;
private controlName;
private controlValue;
private controlDisabled;
private boundControl;
private options;
private trueValue;
private falseValue;
formID: number;
layoutNode: any;
layoutIndex: number[];
dataIndex: number[];
constructor(jsf: JsonSchemaFormService);
ngOnInit(): void;
private updateValue(event);
}