File tree Expand file tree Collapse file tree
src/EventLogExpert/Shared/Components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22@inherits BaseComponent <bool >
33
44<div aria-label =" @AriaLabel" class =" toggle" role =" radiogroup" >
5- <input aria-label =" @AriaLabel @DisabledString" checked =" @(!Value)" id =" @Id false " name =" @Id" @onchange =" UpdateValue" type =" radio" value =" false" />
6- <label data-single-color =" @IsSingleColor.ToString().ToLower()" for =" @Id false " >@DisabledString </label >
5+ <input aria-label =" @AriaLabel @DisabledString" checked =" @(!Value)" id =" @($ " {Id}_false " ) " name =" @Id" @onchange =" UpdateValue" type =" radio" value =" false" />
6+ <label data-single-color =" @IsSingleColor.ToString().ToLower()" for =" @($ " {Id}_false " ) " >@DisabledString </label >
77
8- <input aria-label =" @AriaLabel @EnabledString" checked =" @(Value)" id =" @Id true " name =" @Id" @onchange =" UpdateValue" type =" radio" value =" true" />
9- <label data-single-color =" @IsSingleColor.ToString().ToLower()" for =" @Id true " >@EnabledString </label >
8+ <input aria-label =" @AriaLabel @EnabledString" checked =" @(Value)" id =" @($ " {Id}_true " ) " name =" @Id" @onchange =" UpdateValue" type =" radio" value =" true" />
9+ <label data-single-color =" @IsSingleColor.ToString().ToLower()" for =" @($ " {Id}_true " ) " >@EnabledString </label >
1010</div >
You can’t perform that action at this time.
0 commit comments