sub select_all { my @cbxs = @_; for my $cb (@cbxs) { $cb->select( ); } }