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

Optional defaultCheckedValues

defaultCheckedValues: Initializer<V>

The change handler for indeterminate checkboxes.

param

The current list of checked values.

Optional menu

menu: boolean

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

defaultvalue

false

Optional onChange

onChange: OnChange<V>

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

Generated using TypeDoc