Radio
Use the Radio to let users select one option from a small group of mutually
exclusive choices. The choices are presented so users can compare all options at
once.
Changes to Radio. The full components changelog also lists package-wide and cross-cutting entries.
3.14.0
Updates
- Fixed
aria-describedbyandaria-errormessagenot matching a consumer-authored error message'sidwhen the message wasn't associated with a specific form control. (APPDEV-19357)
3.10.0
Updates
Forms
- Added
onFocusandonBlurprops toTextInput,TextArea,NumberInputV2,PasswordInput,SearchInput,Checkbox,Radio,RadioGroup,Switch,ToggleButtonGroup.TextInput,NumberInputV2,PasswordInput,SearchInput,RadioGroup, andToggleButtonGrouponly fire the blur when focus leaves the entire component, not on internal transitions (e.g. tabbing from the input to a suffix button).
3.4.0
Updates
General
- Behavior tracking attributes are now supported in all button components, including
Button,IntentButton,NotifyButton, andRunQueryButton. (APPDEV-16876) - The text and icon color tokens for the success on accent button are now correct. (APPDEV-17388)
- Behavior tracking attributes are now supported in all form components, including
Calendar,Checkbox,DateTimePicker,DateTimeRangePicker,FieldSet,FormField,Label,NumberInput,NumberInputV2,PasswordInput,Radio,SearchInput,Select,Switch,TextArea,TextInput, andToggleButtonGroup. (APPDEV-16882) - Behavior tracking attributes are now supported in
FilterBar,FilterField,SegmentSelector, andTimeframeSelector.FilterField.SuggestionsandTimeframeSelector.Presetsnow also support behavior tracking attributes. (APPDEV-16881) - Added feature flag and css overrides for design tokens for visual refresh. (APPDEV-17223)
3.1.0
Updates
- Remove redundant
aria-checkedattribute from native radio inputs to fix accessibility violation. (APPDEV-16711)