I'm making an application in which the user should select whether the action is going to be repeating on a certain day of the week, wanted to do something similar to what we have on the Android alarm clock:
What I have done so far has been to use a ToggleButton
for each day of the week, is there any specific component for these buttons or do I have some way to customize ToggleButton
?