Renders a checkbox input with SaladUI styling.
:id
- The id to apply to the checkbox :name
- The name to apply to the input field :value
- The current value of the checkbox :default-value
- The default value of the checkbox, either true
, false
, “true”, “false” :disabled
- Whether the checkbox is disabled :field
- A Phoenix form field :class
- Additional classes to add to the checkbox