Skip to content

Table - checkbox and radio select should use check/radio components #12018

@mcoker

Description

@mcoker

The checkbox select and radio select should use the standalone variation of checkbox and radio components.

This will match core's checkbox and radio examples. It will also match DataListCheck, which is similar

<Checkbox
id={id ?? `datalist-check-${randomId}`}
isChecked={isChecked}
checked={checked}
defaultChecked={defaultChecked}
onChange={onChange}
aria-invalid={!isValid}
isDisabled={isDisabled}
isLabelWrapped
{...props}
/>

Metadata

Metadata

Assignees

Labels

Projects

Status

PR Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions