From 91aa9a8448ec605c2c5c60fe56355701e0606c5d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 18 Jul 2022 08:59:47 -0500 Subject: [PATCH] formatting --- blade.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blade.md b/blade.md index 0078bcd5ac2..42d052cdb67 100644 --- a/blade.md +++ b/blade.md @@ -10,7 +10,7 @@ - [Loops](#loops) - [The Loop Variable](#the-loop-variable) - [Conditional Classes](#conditional-classes) - - [Attributes Checking](#attributes-checking) + - [Additional Attributes](#additional-attributes) - [Including Subviews](#including-subviews) - [The `@once` Directive](#the-once-directive) - [Raw PHP](#raw-php) @@ -437,8 +437,8 @@ The `@class` directive conditionally compiles a CSS class string. The directive ``` - -### Attributes Checking + +### Additional Attributes For convenience, you may use the `@checked` directive to easily indicate if a given HTML checkbox input is "checked". This directive will echo `checked` if the provided condition evaluates to `true`: