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