I am working on the magento configuration and I am using the radio buttons and it is working well. The issue is that I cannot add them inline but only vertical. Is there a solution for it ?
<field id="something_id" translate="label" type="radios" sortOrder="10" showInDefault="1" showInWebsite="1"
showInStore="0">
<label>Enable logging</label>
<source_model>MagentoConfigModelConfigSourceEnabledisable</source_model>
<config_path>vendor/abstract/logging</config_path>
<tooltip>
<![CDATA[Enable log mode]]></tooltip>
</field>