FormFields for ASP.net <formField:checkBox ... >

markup results

Basic

<formField:checkBox ID="ffchk" runat="server" 
  Title="Awesome?" Checked="true" />

Really not much you can do with this one

AutoPostBack

<formField:checkBox ID="ffchkApb" runat="server" 
  Title="Something Else" AutoPostBack="true"  />

© 2010 Stan Naspinski