ValidForm::RadioSet (Class)

In: ValidForm.rb
ValidForm_html.rb
Parent: Object

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

chooseMultiple and allowCustom are both false and may not be changed.

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

Methods

Public Instance methods

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

[Validate]