Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AccessKit/accesskit
/ toggled
Method
toggled
consumer/src/node.rs:465–467 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
463
}
464
465
pub fn toggled(&self) -> Option<Toggled> {
466
self.data().toggled()
467
}
468
469
pub fn numeric_value(&self) -> Option<f64> {
470
self.data().numeric_value()
Callers
15
supports_toggle
Method · 0.80
role
Method · 0.80
state
Method · 0.80
is_toggle_pattern_supported
Method · 0.80
toggle_state
Method · 0.80
is_selected
Method · 0.80
is_checkable
Method · 0.80
is_checked
Method · 0.80
filter_for_is_accessibility_element
Function · 0.80
value
Method · 0.80
can_be_focused
Method · 0.80
traits
Method · 0.80
Calls
1
data
Method · 0.80
Tested by
no test coverage detected