No Results Found
The row selector component allows the user to select a list for bulk actions. It should only be used within tk-list-row.
<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. |