Current section

Files

Jump to
mishka_chelekom priv components checkbox_field.exs
Raw

priv/components/checkbox_field.exs

[
checkbox_field: [
name: "checkbox_field",
args: [
color: [
"base",
"natural",
"white",
"primary",
"secondary",
"dark",
"success",
"warning",
"danger",
"info",
"silver",
"misc",
"dawn"
],
size: ["extra_small", "small", "medium", "large", "extra_large"],
rounded: ["extra_small", "small", "medium", "large", "extra_large"],
space: ["extra_small", "small", "medium", "large", "extra_large"],
type: ["checkbox_field", "group_checkbox"],
only: ["checkbox_field", "group_checkbox"],
helpers: [checkbox_check: 3],
module: ""
],
optional: [],
necessary: []
]
]