/**
  * @inheritDoc
  */
 protected function renderContent($value)
 {
     return Html::radio($this->name, in_array($value, $this->values), ['class' => 'icheck', 'data-radio' => 'iradio_' . $this->style . '-' . $this->color, 'value' => $value]);
 }