Documentation / @zerotal/flow / index / RadioGroup
Function: RadioGroup()
RadioGroup(
props):HtmlNode
Defined in: flow/src/headless.ts:430
An accessible set of radios (role="radiogroup"/"radio") bound to an @expose value,
with arrow-key roving. Style the selected option with data-[checked]:….