Radio buttons side by side

Using cakephp 3.6 I try to order radio buttons side by side instead of one on top of the other as its the default behavior. Any idea how to do this?

You can change the template for the form elements:

https://book.cakephp.org/3.0/en/views/helpers/form.html#customizing-the-templates-formhelper-uses

You can do with html css. Check this URL: https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_form_radio_inline&stacked=h