Interface GridCheckBoxProps

Props passed into adapters like the Material Adapter to get a Material Checkbox Element

Hierarchy

  • GridCheckBoxProps

Properties

Properties

onChange?: ((newVal: boolean) => void)

Type declaration

    • (newVal: boolean): void
    • Parameters

      • newVal: boolean

      Returns void

ref?: unknown
value: boolean

Generated using TypeDoc