Weasel::Widgets::HTML::Radio - Wrapper for INPUTs of type 'radio'
Contents
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
License And Copyright
(C) 2016-2023 Erik Huelsmann
Licensed under the same terms as Perl.
perl v5.40.1 2025-05-24 Weasel::Widgets::HTML::Radio(3pm)
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
