Method: Polaris::BaseCheckbox#indeterminate?

Defined in:
app/components/polaris/base_checkbox.rb

#indeterminate?Boolean

Returns:

  • (Boolean)


40
41
42
# File 'app/components/polaris/base_checkbox.rb', line 40

def indeterminate?
  @checked == :indeterminate
end