Re: [Boston.pm] checkbuttons

Bill Ricker via Boston-pm <[email protected]> Mon, 15 Mar 2021 14:17:55 -0400
Newsgroups gmane.comp.lang.perl.perl-mongers.boston
Message-ID <CAAbKA3Us4La=vabs0Ec4zg_aL+Q-+62kYON9MHu-C6zwTawSvw@mail.gmail.com>
On Mon, Mar 15, 2021 at 2:11 PM dan moylan <[email protected]> wrote:

> in perl-TK is there a way to invoke a checkbutton in the
> "checked" state?


I think it's as simple as setting the linked *variable*, default
$widget->{'Value'}
to the *onvalue* , default 1 ?