Struct tui_realm_stdlib::CheckboxPropsBuilder [−][src]
pub struct CheckboxPropsBuilder { /* fields omitted */ }Implementations
with_color
Set Checkbox group color
with_inverted_color
Set inverted color (black is default)
pub fn with_borders(
&mut self,
borders: Borders,
variant: BorderType,
color: Color
) -> &mut Self
pub fn with_borders(
&mut self,
borders: Borders,
variant: BorderType,
color: Color
) -> &mut Self
with_borders
Set component borders style
with_options
Set options for radio group
with_title
Set title
with_value
Set selected choices