Skip to content

Commit 8a1d68e

Browse files
committed
Update checkbox input
1 parent 6bc3edc commit 8a1d68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/templates/phx_web/components/core_components.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ defmodule <%= @web_namespace %>.CoreComponents do
188188
~H"""
189189
<div class="fieldset mb-2">
190190
<label>
191-
<input type="hidden" name={@name} value="false" disabled={@rest[:disabled]} />
191+
<input type="hidden" name={@name} value="false" {@rest} />
192192
<span class="label">
193193
<input
194194
type="checkbox"

0 commit comments

Comments
 (0)