Skip to content

Instantly share code, notes, and snippets.

@jobjo
Created July 20, 2011 15:51
Show Gist options
  • Select an option

  • Save jobjo/1095223 to your computer and use it in GitHub Desktop.

Select an option

Save jobjo/1095223 to your computer and use it in GitHub Desktop.
Formlet.Do {
let! x = Controls.RadioButtonGroup None [("item1","item1");("item2","item2");("item3","item3")]
return x
}
|> Formlet.Map Some
|> Formlet.InitWith None
|> Enhance.WithSubmitAndResetButtons
|> Enhance.WithFormContainer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment