Skip to content

Commit

Permalink
feat: add checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
tvillegas98 committed Nov 4, 2024
1 parent 7f213be commit 7a79b3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ defmodule ConfiguratorWeb.CustomComponents do
<.input field={effect_f[:duration_ms]} type="number" label="Effect duration" />
<.input field={effect_f[:remove_on_action]} type="checkbox" label="Remove effect on action" />
<.input field={effect_f[:one_time_application]} type="checkbox" label="Apply effect once" />
<.input field={effect_f[:disabled_outside_pool]} type="checkbox" label="Disabled outside pool" />
<.input field={effect_f[:allow_multiple_effects]} type="checkbox" label="Allow more that one effect instance" />
<.input field={effect_f[:consume_projectile]} type="checkbox" label="Consume projectile" />
<.inputs_for :let={mechanics_form} field={effect_f[:effect_mechanics]}>
Expand Down

0 comments on commit 7a79b3a

Please sign in to comment.