Skip to main content

RadioIcon

Content​

Simple icon component which will be used in RadioButton.

Params​

NameTypeRequiredDefault valueDescription
isSelectedbooleanTrue-Changes the rendering icon design based on selection
disabledbooleanFalseUndefinedIf disabled then not allows to select it and shows different design

Usage example​

RadioButton.defaultProps = {
IconComponent: RadioIcon,
};