ValidForm::CheckboxSet (Class)

In: ValidForm.rb
ValidForm_html.rb
Parent: Object

A subclass of ::OptionSet used to indicate that the options should be drawn as checkboxes.

chooseMultiple is true and allowCustom is false; neither may not be changed.

See ::OptionSet#new for information on creating a CheckboxSet.

Methods

Public Instance methods

Returns an HTML representation of the set, including all child checkboxes (if no block is passed). See also ::Field#to_html and ::OptionSet#field_tohtml.

[Validate]