Radio
bs_form_radio(*args, &block)
bs_form_radio(*args, &block)Examples
Example 1: Basic usage with an Array
bs_form_radio key: :foo, options: [1, 2]Example 2: Basic usage with a Hash
Example 3: Using a label
Example 4: Using a form_text
Example 5: Using the disabled option
disabled optionExample 6: Using the :inline variant
:inline variantLast updated