switch over to sub style from AUTOLOAD style (Widget transition)
class ChooseOne is 'Reaction::UI::Widget::Field', which {
- fragment field [ option over func('viewport', 'value_choices') ],
+ fragment field [ option => over func('viewport', 'value_choices') ],
- { is_required => sub{ $_{viewport}->attribute->required } };
+ { is_required => sub{ $_{viewport}->attribute->is_required } };
fragment option [string {"DUMMY"}],
{