aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tags/check_box.rb
Commit message (Expand)AuthorAgeFilesLines
* check_box value can be not only an object of Array classVasiliy Ermolovich2012-10-201-3/+5
* Change check_box to work inverting the checked and unchecked valueRafael Mendonça França2012-04-291-4/+2
* add include_hidden option to checkbox tagSergey Nartimov2012-03-131-2/+8
* Replicate :form html5 attribute to hidden field for check_boxCarlos Antonio da Silva2012-02-021-1/+5
* check_box with nil as unchecked value should be HTML safeRafael Mendonça França2012-01-311-1/+1
* Extract input_checked? to a moduleRafael Mendonça França2012-01-171-0/+4
* Remove code duplication between CheckBox ans RadioButtonRafael Mendonça França2012-01-171-9/+3
* Extract RadioButtonRafael Mendonça França2012-01-171-4/+0
* Extract CheckBoxRafael Mendonça França2012-01-171-0/+60