Radio-card list where the selected row picks up a primary ring and a tinted background.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Form23 } from "@/components/beste/piece/form23";
<Form23
legend="Delivery speed"
options={[
{
"label": "Standard",
"description": "3–5 business days · Free"
},
{
"label": "Express",
"description": "Next business day · $8"
},
{
"label": "Same-day",
"description": "Order by noon · $14"
}
]}
selectedIndex={1}
/>