public override void OutputTo(WikiOutput output)
 {
     output.FormCheckbox(FieldName, FieldValue, IsChecked, Attributes);
 }