🎉 We are thrilled to introduce FastStore v2. If you are looking for documentation of the previous version of FastStore, please refer to FastStore v1.

Radio Field

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

Overview


Import

Import the component from @faststore/ui

import { RadioField } from '@faststore/ui'

Import Styles

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

Usage

<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