Skip to content

Commit 9673e9d

Browse files
committed
Format docs snippets (#680)
1 parent 057a3a5 commit 9673e9d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/components_page/components/input/radio_check_standalone.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ standalone_radio_check = html_div([
44
html_div(
55
[
66
dbc_checkbox(id = "standalone-checkbox"),
7-
dbc_label(
8-
"This is a checkbox",
9-
html_for = "standalone-checkbox",
10-
check = true,
11-
),
7+
dbc_label("This is a checkbox", html_for = "standalone-checkbox", check = true),
128
],
139
class_name = "form-check",
1410
),

0 commit comments

Comments
 (0)