'; $html .= static::renderLabel($block); $options = (!empty($block['params']['values']) ? $block['params']['values'] : array() ); foreach($options as $option) { if(!isset($option['id']) || !isset($option['name'])) continue; $is_checked = (isset($option['is_checked']) && $option['is_checked']) ? 'checked="checked"' : ''; $html .= '