Tokens

Alternative to checkbox matrix

Alternative to checkbox matrix
  1. What can be used instead of checkbox?
  2. Why toggle tokens are a better alternative to checkboxes?
  3. Which component allows us to make only one selection at a time?

What can be used instead of checkbox?

If you have an option that can be turned on or off, but whose two different states are difficult to explain using a single option, you should use a radio button list with two options, rather than a checkbox.

Why toggle tokens are a better alternative to checkboxes?

Toggle tokens conserve screen space, so you have room for more content, and users don't have to scroll. Checkboxes require vertical stacking, but toggle tokens allow for both vertical and horizontal stacking. This creates a compact arrangement that looks less intimidating to users.

Which component allows us to make only one selection at a time?

Radio buttons are used to allow users to select one item at a time.

What is alternative way to show information without tooltip on mobile? [duplicate]
What can I use instead of a tooltip?Are there tooltips on mobile?When should you not use tooltip? What can I use instead of a tooltip?You can use mo...
What's a good way to display settings that can be configured from both directions?
How do I change my display settings on Android? How do I change my display settings on Android?On your device, open the Settings app. Search and sel...
Insert text after search via Button into a text field
How do I add text to a text field?How can you send text input to an input field? How do I add text to a text field?Select in the document, and then ...