NAME
HTML::Widget::Constraint::In - Check that a value is one of a current set.
SYNOPSIS
$widget->constraint( In => "foo" )->in(qw/possible values/);
HTML::Widget::Constraint::In - Check that a value is one of a current set.
$widget->constraint( In => "foo" )->in(qw/possible values/);