@props([ 'name' => null, 'item' => null, 'label' => null, 'options' => null, 'selected' => null, 'value' => '1', 'required' => null, 'disabled' => false, 'help_text' => null, // Opt-in raw-HTML help. Rendered UNESCAPED — only pass developer-authored // strings (translation strings with anchors, ,
, etc.). Never // pass anything that could contain user input without escaping it first. // See x-form.row for the same prop with the same semantics. 'help_html' => null, 'help_icon' => null, 'info_tooltip_text' => null, // Optional left-column section header for single-checkbox rows that need // to sit under a labeled section (e.g. "SAML Integration" or "AD"), where // the inner-label ("Enable SAML") is separate from the section framing. // Rendered as a plain
, not a