|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
RadioButtonBar
RadioButtonBar[x, {val1, val2, ...}]
represents a radio button bar with setting x and with labeled radio buttons for values
.
RadioButtonBar[Dynamic[x], {val1, val2, ...}]
takes the setting to be the dynamically updated current value of x, with the value of x being reset every time a radio button is pressed.
RadioButtonBar[x, {val1->lbl1, val2->lbl2, ...}]
represents a radio button bar in which the radio button giving value
is given label
.
Details and OptionsDetails and Options
- The
and
can be strings, boxes, graphics, or any other expressions, including dynamic expressions. - In RadioButtonBar[x, list], Delimiter can appear as an element of list, specifying a vertical delimiter in the displayed radio button bar.
- The following options can be given:
-
Appearance Automatic the overall appearance of the radio button bar Background Automatic background color to use BaselinePosition Automatic alignment relative to surrounding text BaseStyle {} base style specifications for the button bar Enabled Automatic whether the radio button bar is enabled, or grayed out ImageMargins 0 margins around the displayed radio button bar LabelStyle {} style specifications for the labels - 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 »
