use char in App Designer checkBox
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi is it possible to use a char, like char(9723), for a CheckBox createt with App Designer?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/585186/image.jpeg)
1 comentario
Rik
el 16 de Abr. de 2021
You can probably paste in the symbol you want, or set the String property after you created the object.
Respuestas (1)
Monisha Nalluru
el 19 de Abr. de 2021
As an example
app.CheckBox_2.Text = char(9723);
You can also paste the symbol in inspector of app designer for uicheckbox.
0 comentarios
Ver también
Categorías
Más información sobre Develop Apps Using App Designer 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!