Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IndeterminateCheckedHookOptions<V>

remarks

@since 2.8.5

Type parameters

  • V: string

    The values allowed for the list of checkboxes.

Hierarchy

  • IndeterminateCheckedHookOptions

Index

Properties

defaultCheckedValues?: Initializer<V>

The change handler for indeterminate checkboxes.

param values

The current list of checked values.

menu?: boolean

Enabling this option will update the returned props to rename onChange to onCheckedChange to work with the MenuItemCheckbox component.

defaultvalue

false

onChange?: OnChange<V>

This is the useState initializer that can be used if some checkboxes should be checked by default.

Generated using TypeDoc