Checkbox component uses a hidden native checkbox element internally that is only visible to screen readers. Value to describe the component can either be provided via label tag combined with inputId prop or using aria-labelledby, aria-label props.
Key | Function |
---|---|
tab | Moves focus to the checkbox. |
space | Toggles the checked state. |