moderator-toolbox-nxg-for-reddit / shared/controls/SingleSelect shared/controls/SingleSelect¶ Functions¶ SingleSelect()¶ SingleSelect(props): Element Defined in: extension/data/shared/controls/SingleSelect.tsx:17 Renders a group of radio buttons, one per option. Option values are derived from labels by lower-casing and replacing spaces with underscores. Parameters¶ props¶ Component properties. labels?¶ Partial<Record<string, string>> onChange¶ (value) => void options¶ string[] value?¶ string Returns¶ Element