Skip to content

SelectionCircle

SelectionCircle is a circular selection indicator used in selectable lists and forms. When unselected it renders an empty bordered circle; when selected it renders an accent-filled circle with a checkmark inside.

Usage

import { SelectionCircle } from "stream-chat-react-native";

<SelectionCircle selected={isSelected} />;

Props

Prop Description Type
selected (required) Whether the circle is shown in its selected state. boolean