Documentation
Feedback
Guides
Storefront Development

Storefront Development
FastStoreUI componentsMolecules
Radio Field

RadioField grouped a Radio input and its corresponding Label.

Radio Field wraps a Radio input and its corresponding Label. It allows users to select one option from a set.

Overview

Example
Code

Import

Import the component from @faststore/ui

_10
import { RadioField } from '@faststore/ui'

Import Styles into your FastStore project

To apply the styles of this component in your FastStore project, import the following into your stylesheet:

_10
@import '@faststore/ui/src/components/atoms/Radio/styles.scss'


_10
@import '@faststore/ui/src/components/molecules/RadioField/styles.scss';

Follow the instructions in the Importing FastStore UI component styles tutorial.

Usage


_10
<RadioField label="Faststore" id="faststore" />


Props

NameTypeDescriptionDefault
testIdstringID to find this component in testing tools (e.g.: cypress, testing library, and jest).fs-radio-field
id*stringID to identify input and corresponding label.
label*stringThe text displayed to identify the input radio.
valuestringThe value to identify the input radio.
namestringIdentify radio in the same group.

Design Tokens

Local tokenDefault value/Global token linked
--fs-radio-field-gapvar(--fs-spacing-1)

Customization

For further customization, you can use the following data attributes:
data-fs-radio-field
Contributors
2
Photo of the contributor
Photo of the contributor
+ 2 contributors
Was this helpful?
Yes
No
Suggest edits (Github)
Contributors
2
Photo of the contributor
Photo of the contributor
+ 2 contributors
On this page