check_box(xHeader,v​arargin)

Multi-selection radio box for graphical selection from a list of options.
784 Downloads
Updated 30 Aug 2015

View License

Hacked version of the menu function transforming the menu from a single selection push button to a multi-selection radio box. Use for selection of some items from a list.
[a b] = check_box('Test','a','b','c','d')
[a b] = check_box('list',{'a','b','c','d'})

Cite As

michael arant (2024). check_box(xHeader,varargin) (https://www.mathworks.com/matlabcentral/fileexchange/24735-check_box-xheader-varargin), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Signal Reception and Recovery in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

Now with better user selection options

1.0.0.0