choices ) ) {
return;
}
$input_id = '_customize-input-' . $this->id;
$description_id = '_customize-description-' . $this->id;
$describedby_attr = ( ! empty( $this->description ) ) ? ' aria-describedby="' . esc_attr( $description_id ) . '" ' : '';
$name = '_customize-radio-' . $this->id;
?>
label ) ) : ?>
label ); ?>
description ) ) : ?>
description; ?>
choices as $value => $label ) : ?>
value=""
name=""
link(); ?>
value(), $value ); ?>
/>