Skip to content

v29.16.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 09 Nov 04:42
· 1135 commits to master since this release
bd4b4ec

Minor Changes

  • Checkbox: Add support for mixed state (#822)

    A checkbox can now accept a boolean or mixed as the checked property. When mixed, the checkbox is marked as being in an indeterminate state and announced as mixed to a screen reader.

    EXAMPLE USAGE:

    <Checkbox checked="mixed" onChange={handler} label="Label" />