30 parent::__construct($factoryElement, $factoryCollection, $escaper,
$data);
40 $value = $this->getValue();
41 if (
$values = $this->getValues()) {
57 $html =
'<div class="admin__field admin__field-option">' .
60 $html .=
'value="' . $this->
_escape(
62 ) .
'" class="admin__control-radio" id="' . $this->
getHtmlId() .
$option[
'value'] .
'"';
63 if (
$option[
'value'] == $selected) {
64 $html .=
' checked="checked"';
67 $html .=
'<label class="admin__field-label" for="' .
75 [
'label',
'title',
'value',
'class',
'style']
77 if (in_array(
$option->getValue(), $selected)) {
78 $html .=
' checked="checked"';
81 $html .=
'<label class="inline" for="' .
97 return array_merge(parent::getHtmlAttributes(), [
'name']);
elseif(isset( $params[ 'redirect_parent']))
getDataUsingMethod($key, $args=null)