uicheckbox
Create 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.
creates the check box in the specified parent container. The parent can be a
cbx = uicheckbox(parent)Figure object or one of its child
containers.
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.



