Indeed, it is broken��https://pharo.fogbugz.com/f/cases/17754/CheckBoxModel-RadioButtonModel-ignore-disable��

I don't know how this is done in morphic, but you could probably hack it via

buttonModel whenBuiltDo: [ :w | w widget someMorphicMessageSend ] (or something like that)

On Sat, Mar 26, 2016 at 8:00 PM, Julien Delplanque <julien@tamere.eu> wrote:
Hello,

I am trying to disable a CheckBoxModel using #enabled: method does not works.

Any idea?

Regards,

Julien