The row selector component allows the user to select a list for bulk actions. It should only be used within tk-list-row.
Deprecated Component
This component is deprecated and will not be audited or maintained moving forward.
We recommend exploring alternative solutions in Mosaic, where you can find supported components and updated guidance.
If no suitable alternative exists or you need support defining the right approach, please contact the Design System team by submitting a request through our form.
<tk-row-selector is-selected aria-label="study row" size="medium"></tk-row-selector><tk-row-selector size="small"></tk-row-selector>
<tk-row-selector size="medium"></tk-row-selector>
<tk-row-selector size="large"></tk-row-selector>| Property | Options | Default | Description |
|---|---|---|---|
aria-label | "row" | Sets the aria-label for the checkbox. The component appends “selected” / “not selected” depending on the state. | |
is-disabled | false | Sets the checkbox to disabled. | |
is-selected | false | Sets the checkbox to :checked state. | |
size | small, medium, large | large | Sets the size of the checkbox. |
| Name | Description |
|---|---|
select | Emits whenever the checkbox is checked or unchecked. |