Can I create a set of "chldren" radio buttons that can be selected only if a "father" radio butto is selected?

 Accepted Answer

Rik
Rik on 6 Dec 2018

1 vote

You can use the callback functions of the dependent buttons to set the value property to 0 if the main radio is set to 0. This should ensure they stay turned off.

More Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Products

Asked:

on 6 Dec 2018

Answered:

Rik
on 6 Dec 2018

Community Treasure Hunt

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

Start Hunting!