Radiobox with icheck
Theme: Minimal
MinimalColors: black , red , green , blue , aero , grey , orange , yellow , pink , purple
Demo:

array(
'id' => 'settings_radio_radio',
'type' => 'radio',
'title' => 'iCheck With minimal-red',
'class' => 'icheck',
'options' => array(
'option1' => 'Option1',
'option2' => 'Option2',
),
'attributes' => array(
'data-theme' => 'minimal-red',
),
),Theme: Square
SquareColors: black , red , green , blue , aero , grey , orange , yellow , pink , purple
Demo:

array(
'id' => 'settings_radio_radio',
'type' => 'radio',
'title' => 'iCheck With square-blue',
'class' => 'icheck',
'options' => array(
'option1' => 'Option1',
'option2' => 'Option2',
),
'attributes' => array(
'data-theme' => 'square-blue',
),
),Theme: Flat
FlatColors: black , red , green , blue , aero , grey , orange , yellow , pink , purple
Demo:

array(
'id' => 'settings_radio_radio',
'type' => 'radio',
'title' => 'iCheck With flat-yellow'
'class' => 'icheck',
'options' => array(
'option1' => 'Option1',
'option2' => 'Option2',
),
'attributes' => array(
'data-theme' => 'flat-yellow',
),
),Theme: Line
LineColors: black , red , green , blue , aero , grey , orange , yellow , pink , purple
Demo:

array(
'id' => 'settings_radio_radio',
'type' => 'radio',
'title' => 'iCheck With line-pink',
'class' => 'icheck',
'options' => array(
'option1' => 'Option1',
'option2' => 'Option2',
),
'attributes' => array(
'data-theme' => 'line-pink',
),
),Last updated