import React from "react"; import { StorybookLink, Tip } from "vibe-storybook-components"; export const TipOtherComponents = () => ( If the user needs to choose an item from a set of options, use{" "} Radio button {" "} or{" "} Checkboxes {" "} instead. );