layout = 'joomla.form.field.radio.switcher'; } else { // Joomla 3.x. Yes, 3.10 does have the layout but I am playing it safe. $this->layout = 'joomla.form.field.radio'; } parent::__construct($form); } }