Provided by: libweasel-perl_0.29-1_all bug

NAME

       Weasel::Widgets::HTML::Radio - Wrapper for INPUTs of type 'radio'

VERSION

       0.01

SYNOPSIS

         my $selectable = $session->page->find('*radio');
         $selectable->selected(1);   # select radio button

DESCRIPTION

DEPENDENCIES

SUBROUTINES/METHODS

       value([$value])

AUTHOR

       Erik Huelsmann

CONTRIBUTORS

       Erik Huelsmann

MAINTAINERS

       Erik Huelsmann

BUGS AND LIMITATIONS

       Bugs can be filed in the GitHub issue tracker for the Weasel project:
        https://github.com/perl-weasel/weasel/issues

SOURCE

       The source code repository for Weasel is at
        https://github.com/perl-weasel/weasel

SUPPORT

       Community support is available through perl-weasel@googlegroups.com <mailto:perl-
       weasel@googlegroups.com>.

LICENSE AND COPYRIGHT

        (C) 2016-2019  Erik Huelsmann

       Licensed under the same terms as Perl.