(App Designer) Create check box component
Use only with App Designer or figures created with the
uifigure
function. When using GUIDE or the
figure
function, create a check box using uicontrol
.
cbx = uicheckbox
cbx = uicheckbox(parent)
cbx = uicheckbox(___,Name,Value)
creates a check box in
a new figure window and returns the cbx
= uicheckboxCheckBox
object. MATLAB® calls the uifigure
function to create the
figure.
specifies cbx
= uicheckbox(___,Name,Value
)CheckBox
properties using one or more
Name,Value
pair arguments. Use this option with any of the
input argument combinations in the previous syntaxes.