class Primer::Alpha::RadioButton
end
end
example_form.radio_button(attributes)
form do |example_form|
class ExampleForm < ApplicationForm
@form_usage
component instead, as it allows rendering a group of options.
NOTE: You probably want to use the <%= link_to_component(Primer::Alpha::RadioButtonGroup) %>
Radio buttons represent one of a set of options and are rendered as ‘<input type=“radio”>` in HTML.