Base

  • Colors
  • Icons
  • Logos
  • Spacing
  • Typography

Components

  • Accordion
  • Avatars
  • Badges
  • Buttons
  • Cards
  • Character Counter
  • Device Type Icons
  • Draggables
  • Dropdowns
  • Droppables
  • Filters
  • Gallery card
  • Indicators
  • Lists
  • Loading
  • Messages
  • Pictogram
  • Poster Play
  • Progress bar
  • QR Code
  • Rating stars
  • Row Selector
  • Sentiment
  • Split View
  • Tables
  • Tags
  • Tester vitals
  • Toast
  • Toggle button
  • Typeahead

Form

  • Checkbox
  • Combobox
  • Form Rule
  • Hint
  • Input
  • Input Title
  • Label
  • Multi-select List
  • Search
  • Select
  • Single-select List
  • Sliders
  • Switch
  • Tabs
  • Text Area

Layout

  • Containers
  • Layers
  • Layout
  • Split Layout
  • Wrappers

Navigation

  • Context Switcher
  • Nav bar
  • Navigation
  • Pagination
  • Sidebar Navigation
  • Step Navigation

Overlay

  • Banners
  • Bulk Selector
  • Modals
  • Popovers
  • Tooltips
  • User Notifications

Patterns

  • Full Page Message

Usertesting-next

  • Cards
  • Colors
  • Segmented Controls
  • Shadows and Elevations
  • Spacing
  • Typography

Visualizations

  • Data Colors

Row Selector

The row selector component allows the user to select a list for bulk actions. It should only be used within tk-list-row.

This component is deprecated. Avoid adding new instances to the application.

Row Selector

Copy
<tk-row-selector is-selected aria-label="study row" size="medium"></tk-row-selector>

Row Selector: Sizes

Copy
<tk-row-selector size="small"></tk-row-selector>
<tk-row-selector size="medium"></tk-row-selector>
<tk-row-selector size="large"></tk-row-selector>

Row Selector: Disabled

Copy
<tk-row-selector size="large" is-disabled="true"></tk-row-selector>

Props

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.

Events

Name Description
select Emits whenever the checkbox is checked or unchecked.