RadioItem constructor
RadioItem({})
Implementation
RadioItem(
{this.name,
this.value: false,
this.shape: 'round',
this.text,
this.disabled: false,
this.iconSize: Style.checkboxSize,
this.checkedColor: Style.checkboxCheckedIconColor});