/** * Method to get the radio button field input markup. * * @return string The field input markup. * * @since 4.0.0 */ protected function getInput() { return $this->getRenderer($this->layout)->render($this->getLayoutData()); }