I am trying to create a list with Radio Buttons as in the following picture:
What happens is that I'm using the Row
class from the androidx.car.app.model package
, and I can't find any option to add a Radio Button (other than adding images or a switch).
With what class could I implement it? Thanks!