use char in App Designer checkBox

Hi is it possible to use a char, like char(9723), for a CheckBox createt with App Designer?

1 Comment

You can probably paste in the symbol you want, or set the String property after you created the object.

Sign in to comment.

Answers (1)

Use Text property of uicheckbox inorder to display the requested character.
As an example
app.CheckBox_2.Text = char(9723);
You can also paste the symbol in inspector of app designer for uicheckbox.

Categories

Asked:

on 16 Apr 2021

Answered:

on 19 Apr 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!