uicheckbox
R2026bCreate check box component
Description
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 arguments. For example, uicheckbox(Value=1) creates a
check box that is checked. Use this option with any of the input argument
combinations in the previous syntaxes.



