options : readonly ((T extends string | number ? T : never) | RadioOptionItem<T>)[]
forListItem ?: boolean = false
orientation ?: RadioOrientation = RadioOrientation.VERTICAL
orientationDesktop ?: RadioOrientation = RadioOrientation.VERTICAL
size ?: RadioSize = RadioSize.SMALL
textColor ?: RadioTextColor = 'foreground'
weight ?: FontWeight = FontWeight.NORMAL