interface FormWidgetCheckBoxConfig {
    initialValue: boolean;
}

Properties

Properties

initialValue: boolean