- What can be used instead of checkbox?
- Why toggle tokens are a better alternative to checkboxes?
- 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.