Fix Checkbox and Radio API in iced_web

This commit is contained in:
Héctor Ramón Jiménez 2020-04-14 07:41:35 +02:00
parent 67fd107746
commit f7825fd936
3 changed files with 10 additions and 5 deletions

View file

@ -530,7 +530,7 @@ impl<'a> Step {
|choices, language| {
choices.push(Radio::new(
language,
&String::from(language),
language,
selection,
StepMessage::LanguageSelected,
))