Native radio selection paired with caller-owned panel content.
Radio Panels is deliberately not a tab widget. It renders one fieldset and native radio group, submits an ordinary scalar form value, and exposes no tab roles, roving tabindex, focus management, history, or package-owned state. Capability-gated CSS may reduce panel density; without it every panel remains visible in source order.
Summary
Functions
Renders a native radio group and deterministically related panel content.
Functions
Renders a native radio group and deterministically related panel content.
Attributes
id(:string) (required)name(:string) (required)selected(:any) (required)layout(:atom) - Defaults to:vertical. Must be one of:vertical, or:horizontal.required(:boolean) - Defaults tofalse.disabled(:boolean) - Defaults tofalse.form(:string) - Defaults tonil.class(:any) - Defaults tonil.legend_class(:any) - Defaults tonil.option_class(:any) - Defaults tonil.- Global attributes are accepted.
Slots
legend(required)option(required) - Accepts attributes:key(:string) (required)value(:string) (required)label(:string) (required)disabled(:boolean)class(:any)input_rest(:map)panel_rest(:map)