Subject: | Method tick only finds checkboxes, and misses the radios |
Method 'tick' should also call the method 'find_input' for "radio" and
not only for "checkbox":
while ( my $input = $self->current_form->find_input( $name, "checkbox",
$index ) ) {
Because this way you can't 'tick' on radiobuttons, which is annoying in
some forms, because you must call the same method that actually 'tick'
calls, mean, find the input and set the value...
Regards,
Florian