Radio
Lets a user pick one option from a set of mutually exclusive choices.
Basic
Show codeHide code
Field composition
The ready-made RadioGroupField owns the legend, options, and helper text, so the group serializes under its name with no extra wiring.
Priority
Only one priority can be active.
Show codeHide code
Density
density sets the row spacing: comfortable (8px gap) or compact (flush rows, e.g. a settings panel where options read like menu items).
Comfortable density
Compact density
Show codeHide code
With description
Each option can carry supporting text, announced as the radio’s description.
Project visibility
Only invited members can view this project.
Everyone in the workspace can find and open it.
Anyone with the link can view the project.
Show codeHide code
Controlled
Show codeHide code
Installation
import { RadioGroup } from "@makeplane/propel/components/radio";
import { RadioGroupFieldOption } from "@makeplane/propel/components/radio-group-field";