|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
CheckboxBar
CheckboxBar[x, {val1, val2, ...}]
represents a checkbox bar with setting x and with checkboxes for values
to include in the list x.
CheckboxBar[Dynamic[x], {val1, val2, ...}]
takes the setting to be the dynamically updated current value of x, with the values in the list x being reset every time a checkbox is clicked.
CheckboxBar[x, {val1->lbl1, val2->lbl2, ...}]
represents a checkbox bar in which the checkbox associated with value
has label
.
Details and OptionsDetails and Options
- Multiple checkboxes in a CheckboxBar can be checked at the same time. The values associated with all checked checkboxes are given in a list. »
- The
and
can be strings, boxes, graphics, or any other expressions, including dynamic expressions. » - In CheckboxBar[x, list], Delimiter can appear as an element of list, specifying a vertical delimiter in the displayed setter bar.
- The following options can be given:
-
Appearance Automatic the overall appearance of the checkbox bar Background Automatic background color to use BaselinePosition Automatic alignment relative to surrounding text BaseStyle {} base style specifications for each checkbox bar Enabled Automatic whether the checkbox bar is enabled, or grayed out ImageMargins 0 margins around the displayed checkbox bar - Possible settings for the Appearance option include:
-
"Horizontal" equally spaced horizontally "Vertical" equally spaced vertically "Row" laid out like text, allowing linewrapping - The settings for BaseStyle and LabelStyle are appended to the default styles typically given by the
and
styles in the current stylesheet.
New in 6 | Last modified in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
