- replace a checkbox with a uibutton('state').
- replace a radiobutton group with a toggle button group.
Changing background colors in app designer: UI Radio buttons and UI Check boxes
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Daniel Bailey
el 30 de Mzo. de 2019
Respondida: Dhanashree Mohite
el 11 de Abr. de 2019
Is there a way to change the back ground color (default is white) for check boxes and radio buttons in app designer. For edit fields I have been using:
app.editFieldName.BackgroundColor = colorVal;
However, this doesn't work for the check boxes/radio buttons in the same way - it changes the entire background area of where the button group is. I have checked the documentation and there is only mention of how to change the font color.
The purpose of this is so there there is no white on the UI that I am making.
Thanks in advance.
0 comentarios
Respuesta aceptada
Dhanashree Mohite
el 11 de Abr. de 2019
As of now there is no way to set the white color of radio button or checkbox directly.
As a workaround, you can try below things:
You would need to consider the user experience of the app to decide if this is a good idea.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!