47 'associatedLabel' => [],
58 if (
$config[
'associated'] !==
null ) {
59 $this->associated = new \OOUI\CheckboxInputWidget( array_merge(
64 $this->associatedLabel = new \OOUI\FieldLayout(
67 [
'align' =>
'inline' ],
72 if (
$config[
'invert'] !==
null ) {
73 $this->invert = new \OOUI\CheckboxInputWidget( array_merge(
78 $this->invertLabel = new \OOUI\FieldLayout(
81 [
'align' =>
'inline' ],
89 ->addClasses( [
'mw-widget-complexNamespaceInputWidget' ] )
90 ->appendContent( $this->
namespace, $this->associatedLabel, $this->invertLabel );