Help for this page
$check_switch_i->bind('<Button-1>', \&button_run('now'));
$check_switch_i->bind('<Button-1>', \(&button_run('now')));
$check_switch_i->bind('<Button-1>', [ \&button_run, 'now' ]);