RadioGroup

Inputs

A set of radio buttons.

Preview

Choose Plan

Basic features

Advanced features

Usage

<RadioGroup options={options} bind:value={selected} />

Props

NameTypeDefaultDescription
valuestring''Selected value.
options{ value: string, label: string, description?: string }[][]Radio options.
labelstring''Group label.