Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Author

       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

Contributors

       Erik Huelsmann

Dependencies

Description

Maintainers

       Erik Huelsmann

Name

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

Source

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

Subroutines/Methods

       value([$value])

Support

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

Synopsis

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

Version

       version 0.32

See Also