if ( config.associated !== null ) {
            this.associated = new OO.ui.CheckboxInputWidget( $.extend(
                { value: '1' },
                config.associated
            ) );