Custom Radio Button

I have to use radio buttons in my application but the default radio button group does not fulfil my UI requirements. Is there any other way?

Yep – here’s how you would do that: https://docs.feathery.io/platform/build-forms/elements/custom-fields

but this is the case for checkbox component and not the radio button because we can have a separate checkbox element but incase of radio button, we can only have a group and not an independent radio button.

you can set up multiple actions to clear out the other checkbox fields in the component, making it effectively a radio button