Checkbox Component API
matestack_form my_form_config do
form_checkbox key: :status, #...
end# that's working:
matestack_form some_form_config do
form_* key: :foo
toggle show_on: "some-event" do
plain "hello!"
end
end
# that's not working:
matestack_form some_form_config do
toggle show_on: "some-event" do
form_* key: :foo
end
endParameters
key - required
options
disabled_values
init
label
Custom Checkbox
Last updated
Was this helpful?