Fixed
Status Update
Comments
cl...@google.com <cl...@google.com>
lp...@google.com <lp...@google.com>
lp...@google.com <lp...@google.com>
ap...@google.com <ap...@google.com> #3
Thanks for the report!
Description
When using radio buttons it's often useful to be able to be make the button appear pressed when tapping the background or label as well. Currently this can be solved by passing the
indication
modifier to the radio button but that requires you to duplicate the ripple. Instead you should be able to pass anInteractionState
directly to the radio button I think.Compose version:
1.0.0-alpha01