Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IndeterminateCheckboxProps

remarks

@since 2.8.5

Hierarchy

Index

Properties

aria-controls?: string

If the indeterminate prop is enabled, the this prop must be a space-delimited string of all the checkboxes that it controls.

indeterminate?: boolean

Boolean if the checkbox can have an indeterminate state. This is used when there is a checkbox group where a single checkbox and select/deselect all related checkboxes. This should be enabled when not all the related checkboxes have been checked.

Generated using TypeDoc