RadioButtonFieldTypography

data class RadioButtonFieldTypography(val labelStyle: TextStyle, val optionStyle: TextStyle, val supportingTextStyle: TextStyle)

Typography used for a FieldFormElement with a RadioButtonsFormInput.

Use FeatureFormDefaults.radioButtonFieldTypography to create a new instance with the default values.

Since

200.5.0

Constructors

Link copied to clipboard
constructor(labelStyle: TextStyle, optionStyle: TextStyle, supportingTextStyle: TextStyle)

Properties

Link copied to clipboard

The style for the label of this field

Link copied to clipboard

The style for the text of a RadioButton

Link copied to clipboard

The style for the supporting text of this field